| Index: third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.cpp b/third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| index def0becaf8e64b131bac80de75d3016338fcc033..5f09d9722cc0b8755f8e6226925816c45fbb1703 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| @@ -342,7 +342,7 @@ bool LayoutPart::setWidgetGeometry(const LayoutRect& frame)
|
| return false;
|
|
|
| RefPtr<LayoutPart> protector(this);
|
| - RefPtrWillBeRawPtr<Node> protectedNode(node());
|
| + RawPtr<Node> protectedNode(node());
|
| widget->setFrameRect(newFrame);
|
| return widget->frameRect().size() != newFrame.size();
|
| }
|
|
|