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

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

Issue 185393006: Revert "Add [WillBeGarbageCollected] to Event.idl" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
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();

Powered by Google App Engine
This is Rietveld 408576698