Index: Source/bindings/core/v8/ScriptDebugServer.h |
diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h |
index 2d9a9e711e09811e83dfb49c7ffd41b82b672d92..24b0211acd949f4faeaea46a18d6873fb8a91c7a 100644 |
--- a/Source/bindings/core/v8/ScriptDebugServer.h |
+++ b/Source/bindings/core/v8/ScriptDebugServer.h |
@@ -108,6 +108,7 @@ public: |
virtual void preprocessBeforeCompile(const v8::Debug::EventDetails&) { } |
virtual PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&); |
virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName); |
+ virtual void clearPreprocessor() { } |
virtual void muteWarningsAndDeprecations() { } |
virtual void unmuteWarningsAndDeprecations() { } |