| 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 559ca6dbc0102aca4ffa6b00da679b6fc5e1a385..d28c610af63f8e26905eedd51af6834563b50806 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -100,7 +100,7 @@ public:
|
| private:
|
| WebWidgetClient* m_client;
|
| RefPtr<WebViewImpl> m_webView;
|
| - RefPtrWillBePersistent<WebLocalFrameImpl> m_mainFrame;
|
| + Persistent<WebLocalFrameImpl> m_mainFrame;
|
| };
|
|
|
| } // namespace blink
|
|
|