Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1023)

Unified Diff: Source/modules/crypto/SubtleCrypto.h

Issue 367113005: Remove destructors from ScriptWrappable objects in modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add Finalizable transition type Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/crypto/SubtleCrypto.h
diff --git a/Source/modules/crypto/SubtleCrypto.h b/Source/modules/crypto/SubtleCrypto.h
index d313df65bbf44727f37e7c30463671550ad86ba0..9eb49f587b22a610feaddf633868c0f2dca33fdc 100644
--- a/Source/modules/crypto/SubtleCrypto.h
+++ b/Source/modules/crypto/SubtleCrypto.h
@@ -42,7 +42,7 @@ namespace WebCore {
class CryptoKey;
class Dictionary;
-class SubtleCrypto : public GarbageCollectedFinalized<SubtleCrypto>, public ScriptWrappable {
+class SubtleCrypto FINAL : public GarbageCollectedFinalizedWillBeGarbageCollected<SubtleCrypto>, public ScriptWrappable {
public:
static SubtleCrypto* create()
{

Powered by Google App Engine
This is Rietveld 408576698