| Index: third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| index 8d3972f6db8924ff45375f1ee4e6858c1ecd3789..bf6808f56ad0477d6d451f2467471275da7a2937 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| @@ -89,6 +89,9 @@ WebInspector.UISourceCodeFrame.prototype = {
|
| return this._uiSourceCode;
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| wasShown: function()
|
| {
|
| WebInspector.SourceFrame.prototype.wasShown.call(this);
|
| @@ -99,6 +102,9 @@ WebInspector.UISourceCodeFrame.prototype = {
|
| setImmediate(this._updateBucketDecorations.bind(this));
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| willHide: function()
|
| {
|
| WebInspector.SourceFrame.prototype.willHide.call(this);
|
|
|