| Index: third_party/WebKit/Source/core/inspector/InjectedScriptManager.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InjectedScriptManager.h b/third_party/WebKit/Source/core/inspector/InjectedScriptManager.h
|
| index f605f4aee0bb048e58ecb7092c1bdf997e0327f8..55d62dd78f36357e508904a11025eefcff0791c7 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InjectedScriptManager.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InjectedScriptManager.h
|
| @@ -67,7 +67,6 @@
|
| private:
|
| explicit InjectedScriptManager(V8DebuggerClient*);
|
|
|
| - String injectedScriptSource();
|
| v8::Local<v8::Object> createInjectedScript(const String& source, v8::Local<v8::Context>, int id, InjectedScriptNative*);
|
|
|
| typedef HashMap<int, OwnPtr<InjectedScript>> IdToInjectedScriptMap;
|
|
|