Changeset 171387 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Jul 22, 2014, 8:39:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r171386 r171387 909 909 jscExit(EXIT_SUCCESS); 910 910 911 #if COMPILER(MSVC) && OS(WINCE)911 #if COMPILER(MSVC) 912 912 // Without this, Visual Studio will complain that this method does not return a value. 913 913 return JSValue::encode(jsUndefined());
Note:
See TracChangeset
for help on using the changeset viewer.