| Index: LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf.html
 | 
| diff --git a/LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf.html b/LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf.html
 | 
| index 20ac3997bc8033c7e95a4cffa580f469bd351294..d9fc1d40a37fffaa5ab01ff2a6cdb967d1314865 100644
 | 
| --- a/LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf.html
 | 
| +++ b/LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf.html
 | 
| @@ -18,7 +18,7 @@
 | 
|          {
 | 
|              targetWindow = document.getElementById("target").contentWindow;
 | 
|  
 | 
| -            shouldBeUndefined("Object.getPrototypeOf(targetWindow)");
 | 
| +            shouldThrowException("Object.getPrototypeOf(targetWindow)");
 | 
|  
 | 
|              if (window.testRunner)
 | 
|                  testRunner.notifyDone();
 | 
| 
 |