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

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

Issue 367113005: Remove destructors from ScriptWrappable objects in modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 5 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/mediasource/VideoPlaybackQuality.h ('k') | Source/modules/performance/WorkerPerformance.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/performance/WorkerPerformance.h
diff --git a/Source/modules/performance/WorkerPerformance.h b/Source/modules/performance/WorkerPerformance.h
index c842fd0622bcb9a1da0266eed1f1213744399bd5..3cf221249172c81c49aa27fe2c46b7769d19ce84 100644
--- a/Source/modules/performance/WorkerPerformance.h
+++ b/Source/modules/performance/WorkerPerformance.h
@@ -41,13 +41,12 @@ namespace blink {
class ExecutionContext;
class MemoryInfo;
-class WorkerPerformance : public GarbageCollectedFinalized<WorkerPerformance>, public ScriptWrappable {
+class WorkerPerformance FINAL : public GarbageCollected<WorkerPerformance>, public ScriptWrappable {
public:
static WorkerPerformance* create()
{
return new WorkerPerformance();
}
- ~WorkerPerformance();
double now(ExecutionContext*) const;
PassRefPtrWillBeRawPtr<MemoryInfo> memory() const;
« no previous file with comments | « Source/modules/mediasource/VideoPlaybackQuality.h ('k') | Source/modules/performance/WorkerPerformance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698