| Index: third_party/WebKit/Source/devtools/front_end/sources/StyleSheetOutlineDialog.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/StyleSheetOutlineDialog.js b/third_party/WebKit/Source/devtools/front_end/sources/StyleSheetOutlineDialog.js
|
| index 1dfad8034a31f7037cd3fddacdc23a193534ea5c..15a38e85c8b85f879dd0bac537fbdc049621e355 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/StyleSheetOutlineDialog.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/StyleSheetOutlineDialog.js
|
| @@ -112,6 +112,9 @@ WebInspector.StyleSheetOutlineDialog.prototype = {
|
| this._selectItemCallback(lineNumber, rule.columnNumber);
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| dispose: function()
|
| {
|
| this._cssParser.dispose();
|
|
|