| Index: third_party/WebKit/Source/platform/json/JSONParser.h
|
| diff --git a/third_party/WebKit/Source/platform/json/JSONParser.h b/third_party/WebKit/Source/platform/json/JSONParser.h
|
| index e06fef8098fbf13ba21e9758c1221a8324669211..28a3b071c284fb1da9eae0e8896e53eb5f5e597a 100644
|
| --- a/third_party/WebKit/Source/platform/json/JSONParser.h
|
| +++ b/third_party/WebKit/Source/platform/json/JSONParser.h
|
| @@ -16,6 +16,9 @@ class JSONValue;
|
|
|
| PLATFORM_EXPORT std::unique_ptr<JSONValue> parseJSON(const String& json);
|
|
|
| +PLATFORM_EXPORT std::unique_ptr<JSONValue> parseJSON(const String& json,
|
| + int maxDepth);
|
| +
|
| } // namespace blink
|
|
|
| #endif // JSONParser_h
|
|
|