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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 1459473005: [Oilpan] Replace raw pointer with UntracedMember (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index 03af3b9113454b72855eedf6cda93993578d4f34..c5eb7a7ae44e62cbe6e03a4e2e4e95ac11c77639 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -242,8 +242,7 @@ private:
// weak callback, the set itself is not on the heap and the
// references are bare pointers (rather than WeakMembers.)
// See LocalFrame::clearWeakMembers().
- GC_PLUGIN_IGNORE("553613")
- HashSet<HTMLPlugInElement*> m_pluginElements;
+ HashSet<UntracedMember<HTMLPlugInElement>> m_pluginElements;
#endif
float m_pageZoomFactor;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698