Index: Source/core/inspector/InspectorDOMDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDOMDebuggerAgent.h b/Source/core/inspector/InspectorDOMDebuggerAgent.h |
index 73600bbf84e25b5594be913eb48424f93dacc141..c8a59c7f4973217f2097fd650056bb721d91b8c4 100644 |
--- a/Source/core/inspector/InspectorDOMDebuggerAgent.h |
+++ b/Source/core/inspector/InspectorDOMDebuggerAgent.h |
@@ -86,10 +86,12 @@ public: |
void didInstallTimer(ExecutionContext*, int timerId, int timeout, bool singleShot); |
void didRemoveTimer(ExecutionContext*, int timerId); |
void willFireTimer(ExecutionContext*, int timerId); |
+ void didFireTimer(); |
void didRequestAnimationFrame(ExecutionContext*, int callbackId); |
void didCancelAnimationFrame(ExecutionContext*, int callbackId); |
void willFireAnimationFrame(ExecutionContext*, int callbackId); |
void willHandleEvent(EventTarget*, Event*, EventListener*, bool useCapture); |
+ void didHandleEvent(); |
void willEvaluateScript(); |
void didFireWebGLError(const String& errorName); |
void didFireWebGLWarning(); |