| Index: third_party/WebKit/Source/modules/webusb/NavigatorUSB.h
|
| diff --git a/third_party/WebKit/Source/modules/webusb/NavigatorUSB.h b/third_party/WebKit/Source/modules/webusb/NavigatorUSB.h
|
| index 32ba5a0f9e494dac7c1ccbcc5daf4f205851a9a6..59bf79ed6581f37babf70dff7c5777886bb42d01 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/NavigatorUSB.h
|
| +++ b/third_party/WebKit/Source/modules/webusb/NavigatorUSB.h
|
| @@ -15,7 +15,7 @@ class USB;
|
|
|
| class NavigatorUSB final
|
| : public GarbageCollected<NavigatorUSB>
|
| - , public HeapSupplement<Navigator> {
|
| + , public Supplement<Navigator> {
|
| USING_GARBAGE_COLLECTED_MIXIN(NavigatorUSB);
|
| public:
|
| // Gets, or creates, NavigatorUSB supplement on Navigator.
|
|
|