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

Unified Diff: third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-test.js

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/device-mode/device-mode-test.js
diff --git a/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-test.js b/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-test.js
index e7e412384b806dd8d48d59f81f0b27f9c0f163ae..e41ea9e6947eda73d1ad408d75912e39aaaf01b5 100644
--- a/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-test.js
+++ b/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-test.js
@@ -27,6 +27,6 @@ var initialize_DeviceMode = function()
]
};
var json = Object.assign(StandardPhoneJSON, overrides || {});
- return WebInspector.EmulatedDevice.fromJSONV1(json);
+ return Emulation.EmulatedDevice.fromJSONV1(json);
}
}

Powered by Google App Engine
This is Rietveld 408576698