| Index: Source/modules/webaudio/AudioSourceNode.h
|
| diff --git a/Source/modules/webaudio/AudioSourceNode.h b/Source/modules/webaudio/AudioSourceNode.h
|
| index 74d306597c7d14cc84ddbe1c1609f916fd6041a8..70d13e7e94dfec6a7e29084d02f503f925d3dd8b 100644
|
| --- a/Source/modules/webaudio/AudioSourceNode.h
|
| +++ b/Source/modules/webaudio/AudioSourceNode.h
|
| @@ -39,8 +39,8 @@ public:
|
| AudioSourceNode(AudioContext* context, float sampleRate)
|
| : AudioNode(context, sampleRate) { }
|
| protected:
|
| - virtual double tailTime() const OVERRIDE FINAL { return 0; }
|
| - virtual double latencyTime() const OVERRIDE FINAL { return 0; }
|
| + virtual double tailTime() const override final { return 0; }
|
| + virtual double latencyTime() const override final { return 0; }
|
| };
|
|
|
| } // namespace blink
|
|
|