| Index: third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h b/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
|
| index 4c92542698c0b84455a275920fcf6a7854499f8e..057a0ce21396667a8cd4b0494730c51746beb55b 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InjectedScriptHost.h
|
| @@ -79,7 +79,7 @@ public:
|
| class InspectableObject {
|
| USING_FAST_MALLOC(InspectableObject);
|
| public:
|
| - virtual ScriptValue get(ScriptState*);
|
| + virtual v8::Local<v8::Value> get(v8::Local<v8::Context>);
|
| virtual ~InspectableObject() { }
|
| };
|
| void addInspectedObject(PassOwnPtr<InspectableObject>);
|
|
|