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

Unified Diff: third_party/WebKit/Source/modules/mediasource/SourceBufferList.h

Issue 1857143002: Oilpan: Remove RefCountedGarbageCollectedEventTargetWithInlineData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/Source/modules/mediasource/SourceBufferList.h
diff --git a/third_party/WebKit/Source/modules/mediasource/SourceBufferList.h b/third_party/WebKit/Source/modules/mediasource/SourceBufferList.h
index dc44f9e620e57a4e881668036bd8950c040dfa1c..7f72766b203bf59e3d82ddc2aab19f745709613a 100644
--- a/third_party/WebKit/Source/modules/mediasource/SourceBufferList.h
+++ b/third_party/WebKit/Source/modules/mediasource/SourceBufferList.h
@@ -39,7 +39,7 @@ namespace blink {
class SourceBuffer;
class GenericEventQueue;
-class SourceBufferList final : public RefCountedGarbageCollectedEventTargetWithInlineData<SourceBufferList> {
+class SourceBufferList final : public EventTargetWithInlineData {
REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(SourceBufferList);
DEFINE_WRAPPERTYPEINFO();
public:

Powered by Google App Engine
This is Rietveld 408576698