Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webaudio / DelayProcessor.h
index 0ad48c3..63b8af2 100644 (file)
@@ -46,7 +46,7 @@ public:
     double maxDelayTime() { return m_maxDelayTime; }
 private:
 
-    RefPtr<AudioParam> m_delayTime;
+    RefPtrWillBePersistent<AudioParam> m_delayTime;
     double m_maxDelayTime;
 };