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

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

Issue 1434093003: Oilpan: add missing tracing of PopupMenuImpl::m_chromeClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/PopupMenuImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/PopupMenuImpl.h
diff --git a/third_party/WebKit/Source/web/PopupMenuImpl.h b/third_party/WebKit/Source/web/PopupMenuImpl.h
index b428f77f2301865da0169785eda0f7659d474eb4..9313d03ba7e4a0362b276eb14f68fb260f40b51a 100644
--- a/third_party/WebKit/Source/web/PopupMenuImpl.h
+++ b/third_party/WebKit/Source/web/PopupMenuImpl.h
@@ -54,7 +54,7 @@ private:
Locale& locale() override;
void didClosePopup() override;
- ChromeClientImpl* m_chromeClient;
+ RawPtrWillBeMember<ChromeClientImpl> m_chromeClient;
RawPtrWillBeMember<HTMLSelectElement> m_ownerElement;
PagePopup* m_popup;
bool m_needsUpdate;
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/PopupMenuImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698