Index: LayoutTests/plugins/embed-inside-object.html |
diff --git a/LayoutTests/plugins/embed-inside-object.html b/LayoutTests/plugins/embed-inside-object.html |
index dfc0da3dc6463b3e94c686ec8f568139f74313c8..37b1269d8031123cda5888f2d1430ae85be8989e 100644 |
--- a/LayoutTests/plugins/embed-inside-object.html |
+++ b/LayoutTests/plugins/embed-inside-object.html |
@@ -16,10 +16,10 @@ |
testRunner.waitUntilDone(); |
} |
- var plugin = document.plugin; |
+ var plugins = document.plugin; |
- debug('plugin object is: ' + plugin); |
- plugin.getURL('javascript:pluginCallback()', '_self') |
+ debug('plugin object is: ' + plugins[1]); |
+ plugins[1].getURL('javascript:pluginCallback()', '_self') |
} |
</script> |
<body onload="runTest()"> |