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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.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, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector-protocol/debugger/resources/framework-with-inline-sourcemap.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js
index f7a82f692a390377577a27bf8f461ee481c859af..16661d70651b8ee90f43aa77e9efdea804c53c53 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js
@@ -280,7 +280,7 @@ InspectorTest.captureStackTraceIntoString = function(callFrames, asyncStackTrace
var frame = callFrames[i];
var script = frame.location().script();
var uiLocation = WebInspector.debuggerWorkspaceBinding.rawLocationToUILocation(frame.location());
- var isFramework = WebInspector.BlackboxSupport.isBlackboxedURL(script.sourceURL);
+ var isFramework = WebInspector.blackboxManager.isBlackboxedRawLocation(frame.location());
if (options.dropFrameworkCallFrames && isFramework)
continue;
var url;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector-protocol/debugger/resources/framework-with-inline-sourcemap.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698