| Index: third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h b/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
|
| index ec97afab465d9c9112b687fc0b31e64d02285896..f21cb43107c1508ee78f4614d02d5464c8087687 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
| class Navigator;
|
| class Presentation;
|
|
|
| -class NavigatorPresentation final : public GarbageCollectedFinalized<NavigatorPresentation>, public Supplement<Navigator> {
|
| +class NavigatorPresentation final : public GarbageCollected<NavigatorPresentation>, public Supplement<Navigator> {
|
| USING_GARBAGE_COLLECTED_MIXIN(NavigatorPresentation);
|
| public:
|
| static NavigatorPresentation& from(Navigator&);
|
|
|