| Index: Source/platform/JSONValues.cpp
|
| diff --git a/Source/platform/JSONValues.cpp b/Source/platform/JSONValues.cpp
|
| index a318733a3235263f5dceb818af2b7e45f7f81eed..d36755efeab50b6964622f43da7c64a5242e56be 100644
|
| --- a/Source/platform/JSONValues.cpp
|
| +++ b/Source/platform/JSONValues.cpp
|
| @@ -130,12 +130,6 @@ bool JSONValue::asString(String*) const
|
| return false;
|
| }
|
|
|
| -bool JSONValue::asValue(RefPtr<JSONValue>* output)
|
| -{
|
| - *output = this;
|
| - return true;
|
| -}
|
| -
|
| bool JSONValue::asObject(RefPtr<JSONObject>*)
|
| {
|
| return false;
|
|
|