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

Unified Diff: Source/modules/quota/WorkerNavigatorStorageQuota.cpp

Issue 189543014: Ensure proper finalization of garbage-collected types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase and sign error in Vector 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
« no previous file with comments | « Source/modules/quota/WorkerNavigatorStorageQuota.h ('k') | Source/modules/speech/SpeechRecognitionResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/WorkerNavigatorStorageQuota.cpp
diff --git a/Source/modules/quota/WorkerNavigatorStorageQuota.cpp b/Source/modules/quota/WorkerNavigatorStorageQuota.cpp
index 7a18b5c4eed0d3932a180ef254b47878b85b5845..6c2a0451327ca7082cdab346f6fb1bfa35fa4e15 100644
--- a/Source/modules/quota/WorkerNavigatorStorageQuota.cpp
+++ b/Source/modules/quota/WorkerNavigatorStorageQuota.cpp
@@ -39,10 +39,6 @@ WorkerNavigatorStorageQuota::WorkerNavigatorStorageQuota()
{
}
-WorkerNavigatorStorageQuota::~WorkerNavigatorStorageQuota()
-{
-}
-
const char* WorkerNavigatorStorageQuota::supplementName()
{
return "WorkerNavigatorStorageQuota";
« no previous file with comments | « Source/modules/quota/WorkerNavigatorStorageQuota.h ('k') | Source/modules/speech/SpeechRecognitionResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698