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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html
index 9453fcdc56fe7d6e60176b408f3f0beff6435d39..94e731b162b703b2a3dc2e83e8245d8a8fbd8fcc 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html
@@ -31,7 +31,7 @@ function test()
function didShowScriptSource(sourceFrame)
{
var uiSourceCode = sourceFrame._uiSourceCode;
- var breakpointManager = WebInspector.breakpointManager;
+ var breakpointManager = Bindings.breakpointManager;
setBreakpoint(breakpointManager, sourceFrame, 3, false)
.then(() => setBreakpoint(breakpointManager, sourceFrame, 4, false))
.then(() => setBreakpoint(breakpointManager, sourceFrame, 5, false))

Powered by Google App Engine
This is Rietveld 408576698