| Index: LayoutTests/http/tests/security/cross-frame-access-set-window-properties.html
|
| diff --git a/LayoutTests/http/tests/security/cross-frame-access-set-window-properties.html b/LayoutTests/http/tests/security/cross-frame-access-set-window-properties.html
|
| index fb2bb67ba7514737d190a965716a5f436fff1795..4a198c3783289b0c93e84cb6b0963811732b53f5 100644
|
| --- a/LayoutTests/http/tests/security/cross-frame-access-set-window-properties.html
|
| +++ b/LayoutTests/http/tests/security/cross-frame-access-set-window-properties.html
|
| @@ -59,7 +59,7 @@
|
| 'toolbar'
|
| ];
|
| for (var i = 0; i < ReplaceableProperties.length; i++) {
|
| - shouldThrow('iWindow.' + ReplaceableProperties[i] + ' = 1;', ex);
|
| + shouldThrow('iWindow.' + ReplaceableProperties[i] + ' = 1;');
|
| }
|
|
|
| finishJSTest();
|
|
|