| Index: third_party/WebKit/Source/platform/JSONValues.h
|
| diff --git a/third_party/WebKit/Source/platform/JSONValues.h b/third_party/WebKit/Source/platform/JSONValues.h
|
| index 44e42c1bbceaddcf1a6e4c3d290216063f00ff41..1a58e45507eb3bc07116497c1bfc836d4564b810 100644
|
| --- a/third_party/WebKit/Source/platform/JSONValues.h
|
| +++ b/third_party/WebKit/Source/platform/JSONValues.h
|
| @@ -210,6 +210,8 @@ protected:
|
| PassRefPtr<JSONArray> getArray(const String& name) const;
|
| PassRefPtr<JSONValue> get(const String& name) const;
|
|
|
| + bool getBoolean(const String& name, bool defaultValue) const;
|
| +
|
| void remove(const String& name);
|
|
|
| void prettyWriteJSONInternal(StringBuilder* output, int depth) const override;
|
|
|