Changeset 89219 in webkit for trunk/Source/JavaScriptCore/runtime/JSONObject.cpp
- Timestamp:
- Jun 19, 2011, 12:47:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSONObject.cpp
r89192 r89219 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.