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