| Index: third_party/WebKit/Source/platform/JSONValuesForV8.h
|
| diff --git a/third_party/WebKit/Source/platform/JSONValuesForV8.h b/third_party/WebKit/Source/platform/JSONValuesForV8.h
|
| index 38c3f841700218c00ea46e0eb92d7fe2b024d307..709271dc5e026e938878625d57a2ade7e57c26f1 100644
|
| --- a/third_party/WebKit/Source/platform/JSONValuesForV8.h
|
| +++ b/third_party/WebKit/Source/platform/JSONValuesForV8.h
|
| @@ -10,7 +10,7 @@
|
|
|
| namespace blink {
|
|
|
| -PLATFORM_EXPORT PassRefPtr<JSONValue> toJSONValue(v8::Isolate*, v8::Local<v8::Value>, int maxDepth = JSONValue::maxDepth);
|
| +PLATFORM_EXPORT PassRefPtr<JSONValue> toJSONValue(v8::Local<v8::Context>, v8::Local<v8::Value>, int maxDepth = JSONValue::maxDepth);
|
|
|
| } // namespace blink
|
|
|
|
|