| Index: Source/platform/JSONValues.h
|
| diff --git a/Source/platform/JSONValues.h b/Source/platform/JSONValues.h
|
| index 73b19c39ffbbbb994f75c626176fbfdd4be2abeb..7b278bc2184f93338533537e0359db203cf6ffa3 100644
|
| --- a/Source/platform/JSONValues.h
|
| +++ b/Source/platform/JSONValues.h
|
| @@ -106,7 +106,6 @@ public:
|
| virtual bool asNumber(unsigned long* output) const;
|
| virtual bool asNumber(unsigned* output) const;
|
| virtual bool asString(String* output) const;
|
| - virtual bool asValue(RefPtr<JSONValue>* output);
|
| virtual bool asObject(RefPtr<JSONObject>* output);
|
| virtual bool asArray(RefPtr<JSONArray>* output);
|
| virtual PassRefPtr<JSONObject> asObject();
|
|
|