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

Unified Diff: Source/modules/crypto/WorkerGlobalScopeCrypto.cpp

Issue 189543014: Ensure proper finalization of garbage-collected types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed dtor from HeapSupplement and derived classes Created 6 years, 9 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/WorkerGlobalScopeCrypto.cpp
diff --git a/Source/modules/crypto/WorkerGlobalScopeCrypto.cpp b/Source/modules/crypto/WorkerGlobalScopeCrypto.cpp
index c781a408616e55717312a23efa140dd7f5e35f3f..c4069105d6a1482ece96bcd3387cdc52c686973f 100644
--- a/Source/modules/crypto/WorkerGlobalScopeCrypto.cpp
+++ b/Source/modules/crypto/WorkerGlobalScopeCrypto.cpp
@@ -40,10 +40,6 @@ WorkerGlobalScopeCrypto::WorkerGlobalScopeCrypto()
{
}
-WorkerGlobalScopeCrypto::~WorkerGlobalScopeCrypto()
-{
-}
-
const char* WorkerGlobalScopeCrypto::supplementName()
{
return "WorkerGlobalScopeCrypto";

Powered by Google App Engine
This is Rietveld 408576698