| Index: third_party/WebKit/Source/modules/webmidi/NavigatorWebMIDI.h
|
| diff --git a/third_party/WebKit/Source/modules/webmidi/NavigatorWebMIDI.h b/third_party/WebKit/Source/modules/webmidi/NavigatorWebMIDI.h
|
| index 05a8b8960fca595bedb7bb889901f6544a24c9eb..152c65a1f63a5a83c013b3d88aa2b36031f3ad91 100644
|
| --- a/third_party/WebKit/Source/modules/webmidi/NavigatorWebMIDI.h
|
| +++ b/third_party/WebKit/Source/modules/webmidi/NavigatorWebMIDI.h
|
| @@ -41,7 +41,7 @@ namespace blink {
|
|
|
| class Navigator;
|
|
|
| -class NavigatorWebMIDI final : public GarbageCollectedFinalized<NavigatorWebMIDI>, public HeapSupplement<Navigator>, public DOMWindowProperty {
|
| +class NavigatorWebMIDI final : public GarbageCollectedFinalized<NavigatorWebMIDI>, public Supplement<Navigator>, public DOMWindowProperty {
|
| USING_GARBAGE_COLLECTED_MIXIN(NavigatorWebMIDI);
|
| public:
|
| static NavigatorWebMIDI& from(Navigator&);
|
|
|