| Index: Source/core/inspector/PageDebuggerAgent.h
|
| diff --git a/Source/core/inspector/PageDebuggerAgent.h b/Source/core/inspector/PageDebuggerAgent.h
|
| index 88a1ccd4ea0faa28fd163fc1beca0ed1e6a793b2..3d875be7c0ff68f06a31f4804bec885f840fee1e 100644
|
| --- a/Source/core/inspector/PageDebuggerAgent.h
|
| +++ b/Source/core/inspector/PageDebuggerAgent.h
|
| @@ -56,8 +56,6 @@ public:
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
| void didClearDocumentOfWindowObject(LocalFrame*);
|
| - String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
|
| - PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
|
| void didCommitLoad(LocalFrame*, DocumentLoader*);
|
|
|
| protected:
|
|
|