Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/web/tests/WebFrameTest.cpp

Issue 1580593005: Oilpan: fix build after r368875. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
index 60f33d37e6dcf04b4629364e291e821f3e2da452..6da10f6e454f64878058f23236882faa3c06c834 100644
--- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
+++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
@@ -8408,7 +8408,7 @@ private:
TestWebRemoteFrameClientForVisibility m_remoteFrameClient;
FrameTestHelpers::WebViewHelper m_webViewHelper;
WebFrame* m_frame;
- WebRemoteFrameImpl* m_webRemoteFrame;
+ RawPtrWillBePersistent<WebRemoteFrameImpl> m_webRemoteFrame;
};
TEST_F(WebFrameVisibilityChangeTest, RemoteFrameVisibilityChange)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine