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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sdk/Script.js

Issue 1663723002: [DevTools] Add sourceMap support for blackboxing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@call-set-blackboxed-ranges-on-script-parsed
Patch Set: Created 4 years, 11 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: third_party/WebKit/Source/devtools/front_end/sdk/Script.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/Script.js b/third_party/WebKit/Source/devtools/front_end/sdk/Script.js
index d075140b18c9509eac3c3e2ab9cb9f17848e75a9..6fb14f5dc7c945f8c22b3cdb1690f0e4777d4f88 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/Script.js
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/Script.js
@@ -62,6 +62,7 @@ WebInspector.Script = function(debuggerModel, scriptId, sourceURL, startLine, st
WebInspector.Script.Events = {
ScriptEdited: "ScriptEdited",
SourceMapURLAdded: "SourceMapURLAdded",
+ SourceMapLoaded: "SourceMapLoaded"
}
WebInspector.Script.sourceURLRegex = /^[\040\t]*\/\/# sourceURL=\s*(\S*?)\s*$/m;

Powered by Google App Engine
This is Rietveld 408576698