| Index: third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document.html b/third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document.html
|
| index 0a143019894a8f0baa5f2c5761aca8cfbe56f0d9..b5095d2d88625b93ecceacb3f528a750baa59396 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document.html
|
| @@ -40,7 +40,7 @@
|
| function finishTest()
|
| {
|
| shouldBeTrue("testFrameUnloaded");
|
| - shouldBeNull("cachedDocument.defaultView");
|
| + shouldBeUndefined("cachedDocument.defaultView");
|
| finishJSTest();
|
| }
|
| </script>
|
|
|