X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fspeech%2FSpeechSynthesisUtterance.h;h=5eee8c4cfa3f16c1ece92dda1043a3fcb71d4f1e;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=269f60a1572d40145736d0cd9cb2b78911546e74;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.h b/src/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.h index 269f60a..5eee8c4 100644 --- a/src/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.h +++ b/src/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.h @@ -34,7 +34,7 @@ namespace blink { -class SpeechSynthesisUtterance FINAL : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized, public PlatformSpeechSynthesisUtteranceClient, public ContextLifecycleObserver, public EventTargetWithInlineData { +class SpeechSynthesisUtterance final : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized, public PlatformSpeechSynthesisUtteranceClient, public ContextLifecycleObserver, public EventTargetWithInlineData { DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected); DEFINE_WRAPPERTYPEINFO(); USING_GARBAGE_COLLECTED_MIXIN(SpeechSynthesisUtterance); @@ -72,17 +72,17 @@ public: DEFINE_ATTRIBUTE_EVENT_LISTENER(mark); DEFINE_ATTRIBUTE_EVENT_LISTENER(boundary); - virtual ExecutionContext* executionContext() const OVERRIDE; + virtual ExecutionContext* executionContext() const override; PlatformSpeechSynthesisUtterance* platformUtterance() const { return m_platformUtterance; } - virtual void trace(Visitor*) OVERRIDE; + virtual void trace(Visitor*) override; private: SpeechSynthesisUtterance(ExecutionContext*, const String&); // EventTarget - virtual const AtomicString& interfaceName() const OVERRIDE; + virtual const AtomicString& interfaceName() const override; Member m_platformUtterance; Member m_voice;