| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index fe98350ba1b067814cc49b0411543b9607b2608b..4c15878e386792ea9c6aca4eb2895b471906ff64 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -93,9 +93,6 @@ public:
|
| bool isPaused();
|
| void addMessageToConsole(ConsoleMessage*);
|
|
|
| - String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
|
| - ScriptSourceCode preprocess(LocalFrame*, const ScriptSourceCode&);
|
| -
|
| // Part of the protocol.
|
| void enable(ErrorString*) final;
|
| void disable(ErrorString*) final;
|
|
|