| Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| index bad8de840e335591a608eb628f1095bba9f4231a..e83ce52dd52c717bdfa0d2e5fa2cca51a6cdfdfe 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| @@ -42,7 +42,6 @@
|
|
|
| namespace blink {
|
|
|
| -class InjectedScriptHost;
|
| class RemoteObjectId;
|
| class V8FunctionCall;
|
| class V8InspectorSessionImpl;
|
| @@ -56,7 +55,7 @@ using protocol::Maybe;
|
| class InjectedScript final {
|
| PROTOCOL_DISALLOW_COPY(InjectedScript);
|
| public:
|
| - static PassOwnPtr<InjectedScript> create(InspectedContext*, InjectedScriptHost*);
|
| + static PassOwnPtr<InjectedScript> create(InspectedContext*);
|
| ~InjectedScript();
|
|
|
| InspectedContext* context() const { return m_context; }
|
|
|