| Index: third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| index 0a75cb7ed41c56c956da30d8e3cc3827c56af974..7bf05e9ffc1b045b022edbad0f5d424034f138ce 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js
|
| @@ -103,9 +103,12 @@ WebInspector.SourceFrame.prototype = {
|
| return this.isShowing() && this._editorAttached;
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| willHide: function()
|
| {
|
| - WebInspector.Widget.prototype.willHide.call(this);
|
| + WebInspector.SimpleView.prototype.willHide.call(this);
|
|
|
| this._clearPositionToReveal();
|
| },
|
|
|