Index: Source/modules/webaudio/OfflineAudioCompletionEvent.h |
diff --git a/Source/modules/webaudio/OfflineAudioCompletionEvent.h b/Source/modules/webaudio/OfflineAudioCompletionEvent.h |
index 2e6187b68a4b4709aa5c9a8feb25a601c69f39f1..de2253fcc7967d9d33a5309449f8ded5f0ba462e 100644 |
--- a/Source/modules/webaudio/OfflineAudioCompletionEvent.h |
+++ b/Source/modules/webaudio/OfflineAudioCompletionEvent.h |
@@ -36,8 +36,8 @@ class AudioBuffer; |
class OfflineAudioCompletionEvent FINAL : public Event { |
public: |
- static PassRefPtrWillBeRawPtr<OfflineAudioCompletionEvent> create(); |
- static PassRefPtrWillBeRawPtr<OfflineAudioCompletionEvent> create(PassRefPtr<AudioBuffer> renderedBuffer); |
+ static PassRefPtr<OfflineAudioCompletionEvent> create(); |
+ static PassRefPtr<OfflineAudioCompletionEvent> create(PassRefPtr<AudioBuffer> renderedBuffer); |
virtual ~OfflineAudioCompletionEvent(); |