| Index: LayoutTests/plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
|
| diff --git a/LayoutTests/plugins/npruntime/object-from-destroyed-plugin-in-subframe.html b/LayoutTests/plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
|
| index aea9bf05748c59f5ba5aa6257e5d1793be67c70e..019b39fe5158f213571186272cb7b675c23fabb9 100644
|
| --- a/LayoutTests/plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
|
| +++ b/LayoutTests/plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
|
| @@ -11,7 +11,7 @@ function runTest() {
|
|
|
| var plugin = subframe.contentWindow.document.getElementById('plugin');
|
|
|
| - // Get a reference to the plug-in test object.
|
| + // Get a reference to the plugin test object.
|
| testObject = plugin.testObject;
|
|
|
| plugin.evaluate('window.top.subframe.parentNode.removeChild(window.top.subframe)')
|
| @@ -30,6 +30,6 @@ function runTest() {
|
| <div id="console"></div>
|
|
|
| <script>
|
| -description("Test various operation on an NPObject whose plug-in (that lives in a subframe) has been destroyed");
|
| +description("Test various operation on an NPObject whose plugin (that lives in a subframe) has been destroyed");
|
|
|
| </script>
|
|
|