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 b5f6e9bdd023e2582baa079bccd21ffc149fd10c..c123a83cdfc67a1f7aa362fb6d308ba96be023d6 100644 |
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
@@ -27,6 +27,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; |