| Index: third_party/WebKit/Source/devtools/front_end/bindings/CSSWorkspaceBinding.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/CSSWorkspaceBinding.js b/third_party/WebKit/Source/devtools/front_end/bindings/CSSWorkspaceBinding.js
|
| index 5ca3e042e6f84aa26b5b7f9bdb29e37f475f2489..c1f972b677a4d58ca27f8dc25ee5ad3c86e7b6ad 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/CSSWorkspaceBinding.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/CSSWorkspaceBinding.js
|
| @@ -243,7 +243,6 @@ Bindings.CSSWorkspaceBinding.ModelInfo = class {
|
| return this._stylesSourceMapping.uiLocationToRawLocations(uiLocation);
|
| }
|
|
|
| -
|
| _dispose() {
|
| Common.EventTarget.removeEventListeners(this._eventListeners);
|
| this._stylesSourceMapping.dispose();
|
|
|