| Index: LayoutTests/plugins/destroy-on-setwindow.html
|
| diff --git a/LayoutTests/plugins/destroy-on-setwindow.html b/LayoutTests/plugins/destroy-on-setwindow.html
|
| index 98614ae66cd910aa85696e68f6de72b87d3d1053..c8d1efc0b62e2f808ef568e2295b637c08b161f0 100644
|
| --- a/LayoutTests/plugins/destroy-on-setwindow.html
|
| +++ b/LayoutTests/plugins/destroy-on-setwindow.html
|
| @@ -1,9 +1,9 @@
|
| <p>
|
| - Test that a plug-in that causes its Widget to be destroyed during setWindow does not cause a crash.
|
| + Test that a plugin that causes its Widget to be destroyed during setWindow does not cause a crash.
|
| </p>
|
| -<embed id="plug-in" type="application/x-webkit-test-netscape" onSetWindow="handleSetWindow()">
|
| +<embed id="plugin" type="application/x-webkit-test-netscape" onSetWindow="handleSetWindow()">
|
| <script>
|
| - var plugIn = document.getElementById("plug-in");
|
| + var plugIn = document.getElementById("plugin");
|
| var count = 0;
|
|
|
| if (window.testRunner)
|
|
|