| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 294185a12a2b6e91f08a183c19a0ff035727792c..ecb68aa434cbb429decb5ad2bfcd27ae2f8813ee 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();
|
|
|