Index: third_party/WebKit/Source/modules/vr/VRDisplay.idl |
diff --git a/third_party/WebKit/Source/modules/vr/VRDisplay.idl b/third_party/WebKit/Source/modules/vr/VRDisplay.idl |
index f33a3935119741023a4ca219a383fbd81ada2b70..d62e193ddbe8e8b7b2cd7a788233d5aa82148c93 100644 |
--- a/third_party/WebKit/Source/modules/vr/VRDisplay.idl |
+++ b/third_party/WebKit/Source/modules/vr/VRDisplay.idl |
@@ -9,8 +9,10 @@ enum VREye { |
// http://mozvr.github.io/webvr-spec/webvr.html#vrdisplay |
[ |
+ ActiveScriptWrappable, |
+ DependentLifetime, |
OriginTrialEnabled=WebVR |
-] interface VRDisplay { |
+] interface VRDisplay : EventTarget { |
// An identifier for this device unique across VRDisplays. |
readonly attribute unsigned long displayId; |