Index: Source/core/inspector/InspectorDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h |
index f246b5feff18d88efcd8b10a60da464944cbad61..1ec51e56417de59de8e162860147ad85cf87f06b 100644 |
--- a/Source/core/inspector/InspectorDebuggerAgent.h |
+++ b/Source/core/inspector/InspectorDebuggerAgent.h |
@@ -212,6 +212,7 @@ private: |
virtual void didParseSource(const String& scriptId, const Script&) OVERRIDE FINAL; |
virtual void failedToParseSource(const String& url, const String& data, int firstLine, int errorLine, const String& errorMessage) OVERRIDE FINAL; |
+ virtual void didReceiveV8AsyncTaskEvent(ExecutionContext*, const String& eventType, const String& eventName, int id) OVERRIDE FINAL; |
void setPauseOnExceptionsImpl(ErrorString*, int); |