diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2019-07-16 16:14:26 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2019-07-16 22:17:22 -0700 |
commit | ffc943fec7cda035d4dacdec044409686e90bb86 (patch) | |
tree | 2c79c8c4687ce7d4a6871aa53697a970ac76a640 /components/script/dom/webidls/XRTest.webidl | |
parent | df1f865cb2f1baaf398641a92542f5b015a3304e (diff) | |
download | servo-ffc943fec7cda035d4dacdec044409686e90bb86.tar.gz servo-ffc943fec7cda035d4dacdec044409686e90bb86.zip |
Add stubs for session start/end
Diffstat (limited to 'components/script/dom/webidls/XRTest.webidl')
-rw-r--r-- | components/script/dom/webidls/XRTest.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/XRTest.webidl b/components/script/dom/webidls/XRTest.webidl index 89af1da991e..a190fd75472 100644 --- a/components/script/dom/webidls/XRTest.webidl +++ b/components/script/dom/webidls/XRTest.webidl @@ -16,7 +16,7 @@ interface XRTest { void simulateUserActivation(Function f); // // Disconnect all fake devices - // Promise<void> disconnectAllDevices(); + Promise<void> disconnectAllDevices(); }; dictionary FakeXRDeviceInit { |