| Index: third_party/WebKit/Source/devtools/front_end/layers/LayerPaintProfilerView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/layers/LayerPaintProfilerView.js b/third_party/WebKit/Source/devtools/front_end/layers/LayerPaintProfilerView.js
|
| index 3327326939c42f4b20d76c22b3fc734018de51c3..aac54e652f726bafc76e44fb71a8fed43ce5d313 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/layers/LayerPaintProfilerView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/layers/LayerPaintProfilerView.js
|
| @@ -18,7 +18,7 @@ WebInspector.LayerPaintProfilerView = function(showImageForLayerCallback)
|
| this.setMainWidget(this._paintProfilerView);
|
|
|
| this._paintProfilerView.addEventListener(WebInspector.PaintProfilerView.Events.WindowChanged, this._onWindowChanged, this);
|
| -}
|
| +};
|
|
|
| WebInspector.LayerPaintProfilerView.prototype = {
|
| /**
|
|
|