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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.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/http/tests/inspector/debugger/fetch-breakpoints.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html
index a9ce3eb5bf226860cfd2b9d3ac5ecbedf16593f7..9e8d764601cd0e0391516369cb0bf9dd7fe456fb 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html
@@ -11,7 +11,7 @@ function sendRequest(url)
function test()
{
- var pane = self.runtime.sharedInstance(WebInspector.XHRBreakpointsSidebarPane);
+ var pane = self.runtime.sharedInstance(Sources.XHRBreakpointsSidebarPane);
InspectorTest.runDebuggerTestSuite([
function testFetchBreakpoint(next)
{

Powered by Google App Engine
This is Rietveld 408576698