summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/InspectorTimelineAgent.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/InspectorTimelineAgent.h')
-rw-r--r--WebCore/inspector/InspectorTimelineAgent.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/inspector/InspectorTimelineAgent.h b/WebCore/inspector/InspectorTimelineAgent.h
index 4c5b939..fe334be 100644
--- a/WebCore/inspector/InspectorTimelineAgent.h
+++ b/WebCore/inspector/InspectorTimelineAgent.h
@@ -97,9 +97,11 @@ public:
void willPaint(const IntRect&);
void didPaint();
+ // FIXME: |length| should be passed in didWrite instead willWrite
+ // as the parser can not know how much it will process until it tries.
void willWriteHTML(unsigned int length, unsigned int startLine);
void didWriteHTML(unsigned int endLine);
-
+
void didInstallTimer(int timerId, int timeout, bool singleShot);
void didRemoveTimer(int timerId);
void willFireTimer(int timerId);