Chromium Code Reviews| 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 6da0f29cf87d00306b0008a524b12b59d9f0129f..4df50ca76ce2c7c654167ad9674fa27bb8e1f21a 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js |
| @@ -258,6 +258,11 @@ Sources.UISourceCodeFrame = class extends SourceFrame.SourceFrame { |
| this._installMessageAndDecorationListeners(); |
| this._updateStyle(); |
| this._decorateAllTypes(); |
| + this.onBindingChanged(); |
| + } |
| + |
| + onBindingChanged() { |
|
dgozman
2016/12/06 01:14:27
@protected
lushnikov
2016/12/06 02:21:05
Done.
|
| + // Overriden in subclasses. |
| } |
| _updateStyle() { |