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

Unified Diff: Source/modules/performance/WorkerPerformance.cpp

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/performance/WorkerPerformance.cpp
diff --git a/Source/modules/performance/WorkerPerformance.cpp b/Source/modules/performance/WorkerPerformance.cpp
index 394fae19e9dcda14275974088d910e68a2fd6e34..8ecb0734728e7d39213a7cbc24bedba9e04da9a2 100644
--- a/Source/modules/performance/WorkerPerformance.cpp
+++ b/Source/modules/performance/WorkerPerformance.cpp
@@ -43,9 +43,7 @@ WorkerPerformance::WorkerPerformance()
ScriptWrappable::init(this);
}
-WorkerPerformance::~WorkerPerformance()
-{
-}
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(WorkerPerformance);
double WorkerPerformance::now(ExecutionContext* context) const
{

Powered by Google App Engine
This is Rietveld 408576698