Index: Source/devtools/front_end/bindings/CompilerScriptMapping.js |
diff --git a/Source/devtools/front_end/bindings/CompilerScriptMapping.js b/Source/devtools/front_end/bindings/CompilerScriptMapping.js |
index 7ffbc522fb6530de6e7fbe47850b3b9255e34e39..1174ee19b32d0785c0ac9ebc08a56ff478ddb70c 100644 |
--- a/Source/devtools/front_end/bindings/CompilerScriptMapping.js |
+++ b/Source/devtools/front_end/bindings/CompilerScriptMapping.js |
@@ -65,6 +65,8 @@ WebInspector.CompilerScriptMapping = function(debuggerModel, workspace, networkM |
debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.GlobalObjectCleared, this._debuggerReset, this); |
} |
+WebInspector.CompilerScriptMapping.StubProjectID = "compiler-script-project"; |
+ |
WebInspector.CompilerScriptMapping.prototype = { |
/** |
* @param {!WebInspector.DebuggerModel.Location} rawLocation |