Changeset 91715 in webkit for trunk/Source/JavaScriptCore/runtime/JSONObject.cpp
- Timestamp:
- Jul 25, 2011, 3:59:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSONObject.cpp
r91686 r91715 820 820 JSValue unfiltered = jsonParser.tryLiteralParse(); 821 821 if (!unfiltered) 822 return throwVMError(exec, createSyntaxError(exec, jsonParser.getErrorMessage()));822 return throwVMError(exec, createSyntaxError(exec, "Unable to parse JSON string")); 823 823 824 824 if (exec->argumentCount() < 2)
Note:
See TracChangeset
for help on using the changeset viewer.