| Index: LayoutTests/plugins/js-from-destroy.html
|
| diff --git a/LayoutTests/plugins/js-from-destroy.html b/LayoutTests/plugins/js-from-destroy.html
|
| index 45b6df7df6dc47167fbff676346218431060412b..a730518cfcab33ca3ed370e80c618449dafdbfa2 100644
|
| --- a/LayoutTests/plugins/js-from-destroy.html
|
| +++ b/LayoutTests/plugins/js-from-destroy.html
|
| @@ -8,7 +8,7 @@ if (window.testRunner) {
|
|
|
| function runtest()
|
| {
|
| - frames[0].document.getElementById("plg").foobar; // Force plug-in load.
|
| + frames[0].document.getElementById("plg").foobar; // Force plugin load.
|
|
|
| location = "data:text/html,PASS if didn't crash." +
|
| "<script>" +
|
|
|