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

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

Issue 26890003: Remove ThreadLocalEventNames (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build Created 7 years, 2 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/webaudio/AudioProcessingEvent.cpp ('k') | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/OfflineAudioCompletionEvent.cpp
diff --git a/Source/modules/webaudio/OfflineAudioCompletionEvent.cpp b/Source/modules/webaudio/OfflineAudioCompletionEvent.cpp
index 63c35fd83a23794acd0fd9f88ec3bce39fdea014..8bd9a713c87ae339839ac9286b38eaa34c686120 100644
--- a/Source/modules/webaudio/OfflineAudioCompletionEvent.cpp
+++ b/Source/modules/webaudio/OfflineAudioCompletionEvent.cpp
@@ -61,7 +61,7 @@ OfflineAudioCompletionEvent::~OfflineAudioCompletionEvent()
const AtomicString& OfflineAudioCompletionEvent::interfaceName() const
{
- return eventNames().interfaceForOfflineAudioCompletionEvent;
+ return EventNames::OfflineAudioCompletionEvent;
}
} // namespace WebCore
« no previous file with comments | « Source/modules/webaudio/AudioProcessingEvent.cpp ('k') | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698