| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index be81d141c0b1f3fc25a1d9bdc473b2c5aabab58f..94175ddcb26c62c597531da8b189e5e71b89a2e9 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -1913,7 +1913,7 @@ void Document::updateLayout()
|
|
|
| ScriptForbiddenScope forbidScript;
|
|
|
| - RefPtr<FrameView> frameView = view();
|
| + RefPtrWillBeRawPtr<FrameView> frameView = view();
|
| if (frameView && frameView->isInPerformLayout()) {
|
| // View layout should not be re-entrant.
|
| ASSERT_NOT_REACHED();
|
|
|