Index: third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp b/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp |
index 6dbafb4a5706bbc007ef0f87a3627ad50bf30599..d3d34f2f292da5edc9242298969974af2a9564fd 100644 |
--- a/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp |
@@ -119,7 +119,7 @@ protected: |
WebViewImpl* m_webView; |
WebFrame* m_mainFrame; |
TestWebFrameClient m_webFrameClient; |
- ChromeClientImpl* m_chromeClientImpl; |
+ RawPtrWillBePersistent<ChromeClientImpl> m_chromeClientImpl; |
haraken
2015/11/14 07:14:16
RefPtrWillBePersistent?
sof
2015/11/14 08:12:27
I'll pass; if anyone wants to work on improving !O
|
}; |
TEST_F(GetNavigationPolicyTest, LeftClick) |