| Index: Source/devtools/front_end/CanvasProfileView.js
|
| diff --git a/Source/devtools/front_end/CanvasProfileView.js b/Source/devtools/front_end/CanvasProfileView.js
|
| index 0a9ddeb79e298c3550bdec880a592f64d6cd69e7..e234b6d36200141d430e20dbc32f9a6b643b3f40 100644
|
| --- a/Source/devtools/front_end/CanvasProfileView.js
|
| +++ b/Source/devtools/front_end/CanvasProfileView.js
|
| @@ -806,6 +806,15 @@ WebInspector.CanvasProfileType.prototype = {
|
| this.dispatchEventToListeners(WebInspector.ProfileType.Events.ViewUpdated);
|
| },
|
|
|
| + /**
|
| + * @override
|
| + * @return {boolean}
|
| + */
|
| + isInstantProfile: function()
|
| + {
|
| + return this._isSingleFrameMode();
|
| + },
|
| +
|
| __proto__: WebInspector.ProfileType.prototype
|
| }
|
|
|
|
|