| Index: third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| index 3c739ab60d070833b65fddcd7405a7c68d609780..a8a76efb6cf8b28fcab1fcfe8f52cc836f3f4dd2 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -101,7 +101,7 @@ public:
|
| private:
|
| WebWidgetClient* m_client;
|
| RefPtr<WebViewImpl> m_webView;
|
| - RefPtrWillBePersistent<WebLocalFrameImpl> m_mainFrame;
|
| + Persistent<WebLocalFrameImpl> m_mainFrame;
|
| };
|
|
|
| } // namespace blink
|
|
|