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 ab27f7a237b084b006f09365e885338e570de9ff..fada4fde44af0d27e19a0b6676e407b9d7ef20ce 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js |
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js |
@@ -1965,7 +1965,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; |
/** |