Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / DOMWindowSpeechSynthesis.h
index 03a03b9..88e4591 100644 (file)
@@ -35,11 +35,10 @@ namespace blink {
 
 class LocalDOMWindow;
 
-class DOMWindowSpeechSynthesis FINAL : public NoBaseWillBeGarbageCollectedFinalized<DOMWindowSpeechSynthesis>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
+class DOMWindowSpeechSynthesis FINAL : public NoBaseWillBeGarbageCollected<DOMWindowSpeechSynthesis>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
     WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DOMWindowSpeechSynthesis);
+    DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DOMWindowSpeechSynthesis);
 public:
-    virtual ~DOMWindowSpeechSynthesis();
-
     static SpeechSynthesis* speechSynthesis(LocalDOMWindow&);
     static DOMWindowSpeechSynthesis& from(LocalDOMWindow&);