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

Unified Diff: Source/modules/crypto/Crypto.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
« no previous file with comments | « no previous file | Source/modules/crypto/SubtleCrypto.h » ('j') | Source/modules/push_messaging/PushManager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/Crypto.h
diff --git a/Source/modules/crypto/Crypto.h b/Source/modules/crypto/Crypto.h
index 5c2c9731ed6b566bbae4998e3fc9b930f16b5058..4e4143bdf037bda10e09f1f74e2dbdc7938131ad 100644
--- a/Source/modules/crypto/Crypto.h
+++ b/Source/modules/crypto/Crypto.h
@@ -38,7 +38,7 @@ namespace WebCore {
class ExceptionState;
-class Crypto : public GarbageCollectedFinalized<Crypto>, public ScriptWrappable {
+class Crypto FINAL : public GarbageCollectedFinalizedWillBeGarbageCollected<Crypto>, public ScriptWrappable {
public:
static Crypto* create()
{
« no previous file with comments | « no previous file | Source/modules/crypto/SubtleCrypto.h » ('j') | Source/modules/push_messaging/PushManager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698