Index: Source/bindings/core/v8/ScriptDebugServer.h |
diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h |
index a7d0824dcfa688202b83f33607efa9a0cf82094a..93a7849ca19c96a7c75802f899a7f96f182d0c09 100644 |
--- a/Source/bindings/core/v8/ScriptDebugServer.h |
+++ b/Source/bindings/core/v8/ScriptDebugServer.h |
@@ -154,6 +154,8 @@ private: |
void handleV8AsyncTaskEvent(ScriptDebugListener*, ScriptState* pausedScriptState, v8::Handle<v8::Object> executionState, v8::Handle<v8::Object> eventData); |
+ void handleV8PromiseEvent(ScriptDebugListener*, ScriptState* pausedScriptState, v8::Handle<v8::Object> executionState, v8::Handle<v8::Object> eventData); |
+ |
bool m_runningNestedMessageLoop; |
}; |