Commit cd83dde
committed
DLLLauncherMain print to console instead of opening window on fatal error
https://bugs.webkit.org/show_bug.cgi?id=206537
Reviewed by Fujii Hironori.
Source/JavaScriptCore:
* shell/DLLLauncherMain.cpp:
(fatalError):
Tools:
* win/DLLLauncher/DLLLauncherMain.cpp:
(fatalError):
Canonical link: https://commits.webkit.org/222956@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@259565 268f45cc-cd09-0410-ab3c-d52691b4dbfc1 parent 845065d commit cd83ddeCopy full SHA for cd83dde
4 files changed
+28Lines changed: 28 additions & 0 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- Source/JavaScriptCore
- shell
- Tools
- win/DLLLauncher
Expand file treeCollapse file tree
Open diff view settings
Collapse file
Source/JavaScriptCore/ChangeLog
Copy file name to clipboardExpand all lines: Source/JavaScriptCore/ChangeLog+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
1 | 11 | |
2 | 12 | |
3 | 13 | |
|
Collapse file
Source/JavaScriptCore/shell/DLLLauncherMain.cpp
Copy file name to clipboardExpand all lines: Source/JavaScriptCore/shell/DLLLauncherMain.cpp+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
94 | 94 | |
95 | 95 | |
96 | 96 | |
| 97 | + |
| 98 | + |
| 99 | + |
97 | 100 | |
| 101 | + |
98 | 102 | |
99 | 103 | |
100 | 104 | |
|
Collapse file
+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
1 | 11 | |
2 | 12 | |
3 | 13 | |
|
Collapse file
Tools/win/DLLLauncher/DLLLauncherMain.cpp
Copy file name to clipboardExpand all lines: Tools/win/DLLLauncher/DLLLauncherMain.cpp+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
96 | 96 | |
97 | 97 | |
98 | 98 | |
| 99 | + |
| 100 | + |
| 101 | + |
99 | 102 | |
| 103 | + |
100 | 104 | |
101 | 105 | |
102 | 106 | |
|
0 commit comments