| Index: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom.html b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom.html
 | 
| index 7ebc7291c3932c279bf1f6730c56822e88d32291..1ff96e2dcc7d1d5198f97133b61172f5b2a80858 100644
 | 
| --- a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom.html
 | 
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom.html
 | 
| @@ -38,7 +38,7 @@ window.onload = function()
 | 
|      shouldBeFalse("canSet('targetWindow.objectPrototypeCustomProperty')");
 | 
|  
 | 
|      // window object itself
 | 
| -    shouldBeTrue("canGet('targetWindow.toString')");
 | 
| +    shouldBeFalse("canGet('targetWindow.toString')");
 | 
|      shouldBeFalse("canSet('targetWindow.toString')");
 | 
|      shouldBe("toString('targetWindow')", "'[exception]'");
 | 
|  }
 | 
| 
 |