summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/InspectorTimelineAgent.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/InspectorTimelineAgent.h')
-rw-r--r--Source/WebCore/inspector/InspectorTimelineAgent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/inspector/InspectorTimelineAgent.h b/Source/WebCore/inspector/InspectorTimelineAgent.h
index 2961b7720..0b4b90e84 100644
--- a/Source/WebCore/inspector/InspectorTimelineAgent.h
+++ b/Source/WebCore/inspector/InspectorTimelineAgent.h
@@ -121,12 +121,12 @@ public:
void willEvaluateScript(const String&, int, Frame*);
void didEvaluateScript();
- void didTimeStamp(const String&);
+ void didTimeStamp(Frame*, const String&);
void didMarkDOMContentEvent(Frame*);
void didMarkLoadEvent(Frame*);
- void time(const String&);
- void timeEnd(const String&);
+ void time(Frame*, const String&);
+ void timeEnd(Frame*, const String&);
void didScheduleResourceRequest(const String& url, Frame*);
void willSendResourceRequest(unsigned long, const ResourceRequest&, Frame*);