| Index: sky/engine/v8_inspector/ScriptDebugServer.h
|
| diff --git a/sky/engine/v8_inspector/ScriptDebugServer.h b/sky/engine/v8_inspector/ScriptDebugServer.h
|
| index 1933e2a7ef54e095b7e7c7064eec8c3f5ce6f5f1..30395813da6ae2723b4836dabb9e33a1e90dd9d7 100644
|
| --- a/sky/engine/v8_inspector/ScriptDebugServer.h
|
| +++ b/sky/engine/v8_inspector/ScriptDebugServer.h
|
| @@ -112,9 +112,6 @@ public:
|
| virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
|
| virtual void clearPreprocessor() { }
|
|
|
| - virtual void muteWarningsAndDeprecations() { }
|
| - virtual void unmuteWarningsAndDeprecations() { }
|
| -
|
| protected:
|
| explicit ScriptDebugServer(v8::Isolate*);
|
| virtual ~ScriptDebugServer();
|
|
|