| Index: Source/modules/vr/NavigatorVRDevice.idl
|
| diff --git a/Source/core/timing/ConsoleMemory.idl b/Source/modules/vr/NavigatorVRDevice.idl
|
| similarity index 60%
|
| copy from Source/core/timing/ConsoleMemory.idl
|
| copy to Source/modules/vr/NavigatorVRDevice.idl
|
| index bdd31e20383d592a38ab1140ee9328a59fd7dbd2..ca149b05fec64adf8e6d4853b9b9e2653646ff05 100644
|
| --- a/Source/core/timing/ConsoleMemory.idl
|
| +++ b/Source/modules/vr/NavigatorVRDevice.idl
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - ImplementedAs=ConsoleMemory,
|
| -] partial interface Console {
|
| - readonly attribute MemoryInfo memory;
|
| + RuntimeEnabled=VRDevice,
|
| +] partial interface Navigator {
|
| + [CallWith=ScriptState] Promise getVRDevices();
|
| };
|
|
|