Index: Source/core/layout/LayoutPart.cpp |
diff --git a/Source/core/layout/LayoutPart.cpp b/Source/core/layout/LayoutPart.cpp |
index 0a887ffb97337e084d5001cbbe36657cc76c334e..7ce8499ccfbda63c49eee4282be4b9f08304fdc0 100644 |
--- a/Source/core/layout/LayoutPart.cpp |
+++ b/Source/core/layout/LayoutPart.cpp |
@@ -310,7 +310,7 @@ bool LayoutPart::setWidgetGeometry(const LayoutRect& frame) |
if (widget->frameRect() == newFrame) |
return false; |
- RefPtrWillBeRawPtr<LayoutPart> protector(this); |
+ RefPtr<LayoutPart> protector(this); |
RefPtrWillBeRawPtr<Node> protectedNode(node()); |
widget->setFrameRect(newFrame); |
return widget->frameRect().size() != newFrame.size(); |