| Index: Source/bindings/core/v8/PageScriptDebugServer.h
|
| diff --git a/Source/bindings/core/v8/PageScriptDebugServer.h b/Source/bindings/core/v8/PageScriptDebugServer.h
|
| index 05ef0b37c4329050557b3788d358a57399442fa3..d22b6aa923721fc8dff0ebbc750e9c24d57a78c7 100644
|
| --- a/Source/bindings/core/v8/PageScriptDebugServer.h
|
| +++ b/Source/bindings/core/v8/PageScriptDebugServer.h
|
| @@ -71,6 +71,7 @@ public:
|
| virtual void preprocessBeforeCompile(const v8::Debug::EventDetails&) OVERRIDE;
|
| virtual PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&) OVERRIDE;
|
| virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName) OVERRIDE;
|
| + virtual void clearPreprocessor() OVERRIDE;
|
|
|
| virtual void muteWarningsAndDeprecations() OVERRIDE;
|
| virtual void unmuteWarningsAndDeprecations() OVERRIDE;
|
|
|