Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1040)

Unified Diff: third_party/WebKit/Source/web/ExternalPopupMenu.h

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/ExternalPopupMenu.h
diff --git a/third_party/WebKit/Source/web/ExternalPopupMenu.h b/third_party/WebKit/Source/web/ExternalPopupMenu.h
index 790f9b30aad2f79420f082a29413dc061c0442de..a637cf7bcb3ef7abf7b81cce07e01c724a43cda8 100644
--- a/third_party/WebKit/Source/web/ExternalPopupMenu.h
+++ b/third_party/WebKit/Source/web/ExternalPopupMenu.h
@@ -82,8 +82,8 @@ private:
void dispatchEvent(Timer<ExternalPopupMenu>*);
void update();
- RawPtrWillBeMember<HTMLSelectElement> m_ownerElement;
- RefPtrWillBeMember<LocalFrame> m_localFrame;
+ Member<HTMLSelectElement> m_ownerElement;
+ Member<LocalFrame> m_localFrame;
WebViewImpl& m_webView;
OwnPtr<WebMouseEvent> m_syntheticEvent;
Timer<ExternalPopupMenu> m_dispatchEventTimer;
« no previous file with comments | « third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp ('k') | third_party/WebKit/Source/web/ExternalPopupMenu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698