Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(806)

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js

Issue 2551233002: DevTools: show filesystem file by default (Closed)
Patch Set: rebaseline Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698