| Index: Source/core/inspector/InspectorTimelineAgent.h
|
| diff --git a/Source/core/inspector/InspectorTimelineAgent.h b/Source/core/inspector/InspectorTimelineAgent.h
|
| index 39909d33ef8e20b07124e96e8be36e385dc82ece..7dcfc9ce2073962d01495b1eba355a6437868802 100644
|
| --- a/Source/core/inspector/InspectorTimelineAgent.h
|
| +++ b/Source/core/inspector/InspectorTimelineAgent.h
|
| @@ -148,7 +148,7 @@ public:
|
| void didCommitLoad();
|
|
|
| // Methods called from WebCore.
|
| - bool willCallFunction(ExecutionContext*, const String& scriptName, int scriptLine);
|
| + bool willCallFunction(ExecutionContext*, int scriptId, const String& scriptName, int scriptLine);
|
| void didCallFunction();
|
|
|
| bool willDispatchEvent(Document* document, const Event& event, DOMWindow* window, Node* node, const EventPath& eventPath);
|
|
|