Index: third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js b/third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js |
index ecd99fe233f37413917cf962cffa56074ef713d2..afb99654b47d6561e7182359cd6dd122d1dd1c15 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js |
+++ b/third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js |
@@ -81,7 +81,7 @@ WebInspector.CompilerScriptMapping.prototype = { |
* @param {!WebInspector.DebuggerModel.Location} rawLocation |
* @return {boolean} |
*/ |
- mapsToSourceCode: function (rawLocation) { |
+ mapsToSourceCode: function(rawLocation) { |
pfeldman
2016/04/22 14:22:07
Can we enforce this guy to be on the next line?
paulirish
2016/04/22 18:28:50
ack
|
var sourceMap = this._sourceMapForScriptId.get(rawLocation.scriptId); |
if (!sourceMap) { |
return true; |