Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index 1d062560a4ca6264fc0da0b46d9157351eea507a..85afdc81cd2500c79f9f22a8be45ceb759ebe47c 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -592,6 +592,7 @@ private: |
#if ENABLE(WEB_AUDIO) |
// This is a weak reference, since m_audioSourceNode holds a reference to us. |
// FIXME: Oilpan: Consider making this a strongly traced pointer with oilpan where strong cycles are not a problem. |
+ GC_PLUGIN_IGNORE("") |
tkent
2014/08/18 08:54:51
bug URL?
haraken
2014/08/18 09:11:02
Filed issue 404577 and added the bug number here.
|
RawPtrWillBeWeakMember<AudioSourceProviderClient> m_audioSourceNode; |
#endif |