| 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 1693e31c5a4725cc1453f05432f579c09e13573b..3b6246fe85a35a572968da906bb5653b9a5c612f 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,14 @@ Sources.UISourceCodeFrame = class extends SourceFrame.SourceFrame {
|
| this._installMessageAndDecorationListeners();
|
| this._updateStyle();
|
| this._decorateAllTypes();
|
| + this.onBindingChanged();
|
| + }
|
| +
|
| + /**
|
| + * @protected
|
| + */
|
| + onBindingChanged() {
|
| + // Overriden in subclasses.
|
| }
|
|
|
| _updateStyle() {
|
|
|