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 b133866ac4434b7f7551c4dd13e3d86ee709f31d..be53fd431366d5cd10dc6c713d2baddf9155587e 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h |
@@ -235,6 +235,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; |
#endif |