Index: Source/core/inspector/TimelineRecordFactory.h |
diff --git a/Source/core/inspector/TimelineRecordFactory.h b/Source/core/inspector/TimelineRecordFactory.h |
index e67bf9541d587246cde50d80a8b7258282926e56..e3466f545ae8dd1e08a35521131a94d545cb7a65 100644 |
--- a/Source/core/inspector/TimelineRecordFactory.h |
+++ b/Source/core/inspector/TimelineRecordFactory.h |
@@ -52,7 +52,7 @@ public: |
static PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createBackgroundRecord(double startTime, const String& thread, const String& type, PassRefPtr<JSONObject> data); |
static PassRefPtr<JSONObject> createGCEventData(size_t usedHeapSizeDelta); |
- static PassRefPtr<JSONObject> createFunctionCallData(const String& scriptName, int scriptLine); |
+ static PassRefPtr<JSONObject> createFunctionCallData(int scriptId, const String& scriptName, int scriptLine); |
static PassRefPtr<JSONObject> createEventDispatchData(const Event&); |
static PassRefPtr<JSONObject> createGenericTimerData(int timerId); |
static PassRefPtr<JSONObject> createTimerInstallData(int timerId, int timeout, bool singleShot); |