Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js |
index 831a3ceaae573cdd3663b3c8e6b3b94528fa763c..4bd982c6cec4460d352171f96d6ce4dbef94adf3 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js |
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js |
@@ -1922,7 +1922,7 @@ WebInspector.InvalidationTrackingEvent = function(event) |
this.cause.reason = "Layout forced"; |
} |
-/** @typedef {{reason: string, stackTrace: ?Array.<!ConsoleAgent.CallFrame>}} */ |
+/** @typedef {{reason: string, stackTrace: ?Array.<!RuntimeAgent.CallFrame>}} */ |
WebInspector.InvalidationCause; |
/** |