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

Unified Diff: Source/modules/mediasource/VideoPlaybackQuality.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/indexeddb/IDBKeyRange.h ('k') | Source/modules/performance/WorkerPerformance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediasource/VideoPlaybackQuality.h
diff --git a/Source/modules/mediasource/VideoPlaybackQuality.h b/Source/modules/mediasource/VideoPlaybackQuality.h
index 0ea669797cf79d97c9dc73bb6ab5908caa9b58bf..3b4fbf484f55629880e90a8acebdf65f96a54e24 100644
--- a/Source/modules/mediasource/VideoPlaybackQuality.h
+++ b/Source/modules/mediasource/VideoPlaybackQuality.h
@@ -38,7 +38,7 @@ namespace blink {
class Document;
-class VideoPlaybackQuality : public GarbageCollectedFinalized<VideoPlaybackQuality>, public ScriptWrappable {
+class VideoPlaybackQuality : public GarbageCollected<VideoPlaybackQuality>, public ScriptWrappable {
public:
static VideoPlaybackQuality* create(const Document&, unsigned totalVideoFrames, unsigned droppedVideoFrames, unsigned corruptedVideoFrames);
« no previous file with comments | « Source/modules/indexeddb/IDBKeyRange.h ('k') | Source/modules/performance/WorkerPerformance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698