| Index: LayoutTests/plugins/npruntime/object-from-destroyed-plugin.html
|
| diff --git a/LayoutTests/plugins/npruntime/object-from-destroyed-plugin.html b/LayoutTests/plugins/npruntime/object-from-destroyed-plugin.html
|
| index a3bd0c45bf0772b1113a0f969fda4336716a8690..180db42ed254789662daa67fee71ce96af519881 100644
|
| --- a/LayoutTests/plugins/npruntime/object-from-destroyed-plugin.html
|
| +++ b/LayoutTests/plugins/npruntime/object-from-destroyed-plugin.html
|
| @@ -8,7 +8,7 @@ function runTest() {
|
| // Get our test object.
|
| testObject = plugin.testObject;
|
|
|
| - // Now destroy the plug-in.
|
| + // Now destroy the plugin.
|
| plugin.parentNode.removeChild(plugin);
|
|
|
| // testObject is now a dangling object and every operation on it should throw.
|
| @@ -24,6 +24,6 @@ function runTest() {
|
| <div id="console"></div>
|
|
|
| <script>
|
| -description("Test various operation on an NPObject whose plug-in has been destroyed");
|
| +description("Test various operation on an NPObject whose plugin has been destroyed");
|
|
|
| </script>
|
|
|