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

Unified Diff: third_party/WebKit/LayoutTests/usb/usbDevice-iframe.html

Issue 2642873002: Moves mojo.define -> gin.define. (Closed)
Patch Set: rebaseline Created 3 years, 11 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
Index: third_party/WebKit/LayoutTests/usb/usbDevice-iframe.html
diff --git a/third_party/WebKit/LayoutTests/usb/usbDevice-iframe.html b/third_party/WebKit/LayoutTests/usb/usbDevice-iframe.html
index f275c44602802a45e6c9d8313ea4625ed6cf5a4b..37e109af210148c9c27ed555cf0fdb9a62a5f1b7 100644
--- a/third_party/WebKit/LayoutTests/usb/usbDevice-iframe.html
+++ b/third_party/WebKit/LayoutTests/usb/usbDevice-iframe.html
@@ -32,7 +32,7 @@ function runIframeDisconnectTest(usb, onDeviceConnected) {
iframe.src = 'resources/open-in-iframe.html';
iframe.onload = () => {
- iframe.contentWindow.mojo.define(
+ iframe.contentWindow.gin.define(
"Mojo Service Registry",
[ 'content/public/renderer/frame_interfaces' ],
(frameInterfaces) => {
@@ -78,7 +78,7 @@ usb_test(usb => {
iframe.src = 'resources/open-in-iframe.html';
iframe.onload = () => {
- iframe.contentWindow.mojo.define(
+ iframe.contentWindow.gin.define(
"Mojo Service Registry",
[ 'content/public/renderer/frame_interfaces' ],
(frameInterfaces) => {

Powered by Google App Engine
This is Rietveld 408576698