Changeset 186230 in webkit
- Timestamp:
- Jul 2, 2015, 11:44:30 AM (11 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
tools/JSDollarVMPrototype.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r186226 r186230 1 2015-07-02 Mark Lam <mark.lam@apple.com> 2 3 Build fix for Win EWS bot. 4 https://bugs.webkit.org/show_bug.cgi?id=146551 5 6 Not reviewed. 7 8 * tools/JSDollarVMPrototype.cpp: 9 (JSC::functionCrash): 10 1 11 2015-07-02 Dan Bernstein <mitz@apple.com> 2 12 -
trunk/Source/JavaScriptCore/tools/JSDollarVMPrototype.cpp
r183124 r186230 58 58 } 59 59 60 static NO_RETURNEncodedJSValue JSC_HOST_CALL functionCrash(ExecState*)60 static EncodedJSValue JSC_HOST_CALL functionCrash(ExecState*) 61 61 { 62 62 CRASH(); 63 return JSValue::encode(jsUndefined()); 63 64 } 64 65
Note:
See TracChangeset
for help on using the changeset viewer.