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

Unified Diff: Source/modules/webaudio/AudioParam.h

Issue 1278103002: Oilpan: tidy up some inter-stack object references. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use STACK_ALLOCATED() more often Created 5 years, 4 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
« no previous file with comments | « Source/modules/crypto/CryptoKey.cpp ('k') | public/platform/WebCryptoKeyAlgorithmParams.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AudioParam.h
diff --git a/Source/modules/webaudio/AudioParam.h b/Source/modules/webaudio/AudioParam.h
index ee3dbf11b3212fb5f5b3a51b9b3dc195170e6dd1..3f6a2870a178762302795a7a9b8d2d6440c20c8d 100644
--- a/Source/modules/webaudio/AudioParam.h
+++ b/Source/modules/webaudio/AudioParam.h
@@ -58,7 +58,7 @@ public:
{
return adoptRef(new AudioParamHandler(context, defaultValue));
}
- DECLARE_TRACE();
+
// This should be used only in audio rendering thread.
AbstractAudioContext* context() const;
@@ -121,6 +121,7 @@ private:
// We can't make this Persistent because of a reference cycle. It's safe to
// access this field only when we're rendering audio.
+ GC_PLUGIN_IGNORE("509911")
AbstractAudioContext& m_context;
};
« no previous file with comments | « Source/modules/crypto/CryptoKey.cpp ('k') | public/platform/WebCryptoKeyAlgorithmParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698