| Index: Source/bindings/core/v8/ScriptDebugServer.h | 
| diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h | 
| index 7d4f6b9db1490f3b1b58ec0f5cfa6e0a2154b552..62a1a889020c8f854273b0e04fde47432c96f6c2 100644 | 
| --- a/Source/bindings/core/v8/ScriptDebugServer.h | 
| +++ b/Source/bindings/core/v8/ScriptDebugServer.h | 
| @@ -131,7 +131,7 @@ protected: | 
| virtual void quitMessageLoopOnPause() = 0; | 
|  | 
| private: | 
| -    void ensureDebuggerScriptCompiled(); | 
| +    void compileDebuggerScript(); | 
| v8::MaybeLocal<v8::Value> callDebuggerMethod(const char* functionName, int argc, v8::Local<v8::Value> argv[]); | 
| v8::Local<v8::Object> debuggerScriptLocal() const; | 
| void clearBreakpoints(); | 
|  |