Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
index 46504d067ba5b536cc994f93bc192ac329603780..ee7838d6880faccd242e484e840641047124a14e 100644 |
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
@@ -25,6 +25,8 @@ public: |
static void willExecuteScript(v8::Isolate*, int scriptId); |
static void didExecuteScript(v8::Isolate*); |
+ static void idleStarted(v8::Isolate*); |
+ static void idleFinished(v8::Isolate*); |
// V8DebuggerClient implementation. |
void eventListeners(v8::Local<v8::Value>, V8EventListenerInfoList&) override; |