| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index f8a71d3407c2fe0d83be7085c7609d809014f072..d726dd06e6b36b0d9d70f846d9b61c23e9175117 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();
|
|
|
|
|