Index: third_party/WebKit/Source/devtools/front_end/bindings/StylesSourceMapping.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/StylesSourceMapping.js b/third_party/WebKit/Source/devtools/front_end/bindings/StylesSourceMapping.js |
index 37b319a5137fd0c927fb8083f58ffae4dba32083..4064f3070e9b1d7a939fcc9516610e5ac9df4ef3 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/bindings/StylesSourceMapping.js |
+++ b/third_party/WebKit/Source/devtools/front_end/bindings/StylesSourceMapping.js |
@@ -309,7 +309,6 @@ WebInspector.StyleFile = function(uiSourceCode, mapping) |
this._uiSourceCode.addEventListener(WebInspector.UISourceCode.Events.WorkingCopyChanged, this._workingCopyChanged, this), |
this._uiSourceCode.addEventListener(WebInspector.UISourceCode.Events.WorkingCopyCommitted, this._workingCopyCommitted, this) |
]; |
- this._uiSourceCode.forceLoadOnCheckContent(); |
this._commitThrottler = new WebInspector.Throttler(WebInspector.StyleFile.updateTimeout); |
this._terminated = false; |
} |