Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / crypto / DOMWindowCrypto.h
index 386264c..d692cd9 100644 (file)
@@ -40,10 +40,10 @@ namespace blink {
 class Crypto;
 class LocalDOMWindow;
 
-class DOMWindowCrypto FINAL : public NoBaseWillBeGarbageCollectedFinalized<DOMWindowCrypto>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
+class DOMWindowCrypto FINAL : public NoBaseWillBeGarbageCollected<DOMWindowCrypto>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
     WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DOMWindowCrypto);
+    DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(DOMWindowCrypto);
 public:
-    virtual ~DOMWindowCrypto();
     static DOMWindowCrypto& from(LocalDOMWindow&);
     static Crypto* crypto(LocalDOMWindow&);
     Crypto* crypto() const;