| Index: Source/core/inspector/V8DebuggerAgent.h
|
| diff --git a/Source/core/inspector/V8DebuggerAgent.h b/Source/core/inspector/V8DebuggerAgent.h
|
| index 87b92052a1263a4d781b13237f2e9c4d6892e05d..6956e2d54d603ead09569fe0806116233b9aced3 100644
|
| --- a/Source/core/inspector/V8DebuggerAgent.h
|
| +++ b/Source/core/inspector/V8DebuggerAgent.h
|
| @@ -130,10 +130,8 @@ public:
|
| void cancelPauseOnNextStatement();
|
| bool canBreakProgram();
|
| void breakProgram(InspectorFrontend::Debugger::Reason::Enum breakReason, PassRefPtr<JSONObject> data);
|
| - void willCallFunction(int scriptId);
|
| - void didCallFunction();
|
| - void willEvaluateScript();
|
| - void didEvaluateScript();
|
| + void willExecuteScript(int scriptId);
|
| + void didExecuteScript();
|
|
|
| bool enabled();
|
| V8Debugger& debugger() { return *m_debugger; }
|
|
|