Index: Source/modules/webaudio/AudioNode.h |
diff --git a/Source/modules/webaudio/AudioNode.h b/Source/modules/webaudio/AudioNode.h |
index ca48f59442ab1f8dc56549a1d8f67133b3b220a9..91d368353e26ed52ef03b2f56d4b0dbfb02eae97 100644 |
--- a/Source/modules/webaudio/AudioNode.h |
+++ b/Source/modules/webaudio/AudioNode.h |
@@ -180,12 +180,12 @@ public: |
AudioBus::ChannelInterpretation internalChannelInterpretation() const { return m_channelInterpretation; } |
// EventTarget |
- virtual const AtomicString& interfaceName() const OVERRIDE FINAL; |
- virtual ExecutionContext* executionContext() const OVERRIDE FINAL; |
+ virtual const AtomicString& interfaceName() const override final; |
+ virtual ExecutionContext* executionContext() const override final; |
void updateChannelCountMode(); |
- virtual void trace(Visitor*) OVERRIDE; |
+ virtual void trace(Visitor*) override; |
protected: |
// Inputs and outputs must be created before the AudioNode is initialized. |