Changeset 89192 in webkit for trunk/Source/JavaScriptCore/runtime/JSONObject.cpp
- Timestamp:
- Jun 18, 2011, 1:47:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSONObject.cpp
r89184 r89192 817 817 818 818 LocalScope scope(exec->globalData()); 819 LiteralParser jsonParser(exec, source .characters(), source.length(), LiteralParser::StrictJSON);819 LiteralParser jsonParser(exec, source, LiteralParser::StrictJSON); 820 820 JSValue unfiltered = jsonParser.tryLiteralParse(); 821 821 if (!unfiltered)
Note:
See TracChangeset
for help on using the changeset viewer.