diff options
Diffstat (limited to 'components/script/dom/webidls/VRDisplay.webidl')
-rw-r--r-- | components/script/dom/webidls/VRDisplay.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/VRDisplay.webidl b/components/script/dom/webidls/VRDisplay.webidl index 6822a994a9b..6c8ec7c4320 100644 --- a/components/script/dom/webidls/VRDisplay.webidl +++ b/components/script/dom/webidls/VRDisplay.webidl @@ -119,7 +119,7 @@ interface VRDisplay : EventTarget { /** * Get the layers currently being presented. */ - //sequence<VRLayer> getLayers(); + sequence<VRLayer> getLayers(); /** * The VRLayer provided to the VRDisplay will be captured and presented |