| Index: Source/modules/vr/VRGetDevicesCallback.h
|
| diff --git a/Source/modules/vr/VRGetDevicesCallback.h b/Source/modules/vr/VRGetDevicesCallback.h
|
| index f04950ff0333d9f9265aed4f6293179a93487c0a..3836dceb844936339bf470642d3809b475ad12d7 100644
|
| --- a/Source/modules/vr/VRGetDevicesCallback.h
|
| +++ b/Source/modules/vr/VRGetDevicesCallback.h
|
| @@ -15,6 +15,7 @@ class ScriptPromiseResolver;
|
| class WebVRClient;
|
|
|
| class VRGetDevicesCallback final : public WebVRGetDevicesCallback {
|
| + WTF_MAKE_FAST_ALLOCATED(VRGetDevicesCallback);
|
| public:
|
| VRGetDevicesCallback(ScriptPromiseResolver*, VRHardwareUnitCollection*);
|
| ~VRGetDevicesCallback() override;
|
|
|