| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 0aead4777869975461aa32155082b51948005ade..f1c461b5b8f50d99004a4ca26fb7b3779535b019 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -2510,7 +2510,7 @@ void FrameView::updateWidgetPositionsIfNeeded()
|
| void FrameView::updateLayoutAndStyleForPainting()
|
| {
|
| // Updating layout can run script, which can tear down the FrameView.
|
| - RefPtr<FrameView> protector(this);
|
| + RefPtr<FrameView> protect(this);
|
|
|
| updateLayoutAndStyleIfNeededRecursive();
|
|
|
|
|