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