| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index ff2036c34979491b8991335b97a1060b8067ffb6..82764b01ff3c87a18155839a62151085174a3d5e 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -2498,7 +2498,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();
|
|
|
|
|