Index: LayoutTests/http/tests/security/document-all.html |
diff --git a/LayoutTests/http/tests/security/document-all.html b/LayoutTests/http/tests/security/document-all.html |
index 153a169386a9262ec8791024e853bfa37e3f59e8..7e084b242c4c54e51ace5625005694a17b5e831a 100644 |
--- a/LayoutTests/http/tests/security/document-all.html |
+++ b/LayoutTests/http/tests/security/document-all.html |
@@ -21,7 +21,7 @@ window.onload = function() |
window.name = "alert"; |
obj = document.all; |
obj.__proto__ = parent; |
- alert(obj.alert.constructor("return document.body.innerHTML")()); |
+ alert(obj.alert === this); |
} + ")()</scr" + "ipt>"; |
} |
} |