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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt

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/debug-inlined-scripts-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt
index 3da6385605b2a317af7273fc10b082276384e12b..0d11b1d4e10c5fe6ecfe80dd12d70c037961106c 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt
@@ -27,7 +27,7 @@ f4();
var test = function()
{
- var panel = WebInspector.panels.sources;
+ var panel = UI.panels.sources;
InspectorTest.startDebuggerTest(step1, true);
function callstackStatus()
@@ -128,7 +128,7 @@ f4();
var test = function()
{
- var panel = WebInspector.panels.sources;
+ var panel = UI.panels.sources;
InspectorTest.startDebuggerTest(step1, true);
function callstackStatus()

Powered by Google App Engine
This is Rietveld 408576698