| Index: third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl b/third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl
|
| index cc3fae48e91d59c6674abd28e12f79647ee18dea..2b8695a91cf3d903e504184b2a6b2e403c9ea03e 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl
|
| +++ b/third_party/WebKit/Source/modules/vr/VRDisplayEventInit.idl
|
| @@ -3,9 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| // https://w3c.github.io/webvr/#interface-vrdisplayeventinit
|
| -[
|
| - OriginTrialEnabled=WebVR
|
| -] dictionary VRDisplayEventInit : EventInit {
|
| +
|
| +dictionary VRDisplayEventInit : EventInit {
|
| // TODO(foolip): |display| should be required and not nullable.
|
| // https://crbug.com/647693
|
| // https://github.com/w3c/webvr/issues/83
|
|
|