| Index: third_party/WebKit/Source/core/html/HTMLMediaSource.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaSource.h b/third_party/WebKit/Source/core/html/HTMLMediaSource.h
|
| index bd5473aa1337453b8f37f57f9043b1e7bfb17a04..0af292152a24d1e088e79e96b19cf382a2bab482 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaSource.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaSource.h
|
| @@ -42,7 +42,7 @@ class WebMediaSource;
|
| class HTMLMediaElement;
|
| class TimeRanges;
|
|
|
| -class CORE_EXPORT HTMLMediaSource : public URLRegistrable, public WillBeGarbageCollectedMixin {
|
| +class CORE_EXPORT HTMLMediaSource : public URLRegistrable, public GarbageCollectedMixin {
|
| public:
|
| static void setRegistry(URLRegistry*);
|
| static HTMLMediaSource* lookup(const String& url) { return s_registry ? static_cast<HTMLMediaSource*>(s_registry->lookup(url)) : 0; }
|
|
|