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

Unified Diff: Source/devtools/front_end/bindings/CompilerScriptMapping.js

Issue 1345103005: Unflake inspector/sources/debugger-breakpoints/debugger-reload-breakpoints-with-source-maps.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 months 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: 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

Powered by Google App Engine
This is Rietveld 408576698