Index: third_party/WebKit/Source/modules/presentation/PresentationConnectionCloseEvent.idl |
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnectionCloseEvent.idl b/third_party/WebKit/Source/modules/presentation/PresentationConnectionCloseEvent.idl |
index 3c27646f5a70407860008cac929192b9bbe11d6e..88f004bbb3ba226bfb63df4ae4c0da006eb7a9be 100644 |
--- a/third_party/WebKit/Source/modules/presentation/PresentationConnectionCloseEvent.idl |
+++ b/third_party/WebKit/Source/modules/presentation/PresentationConnectionCloseEvent.idl |
@@ -8,6 +8,7 @@ enum PresentationConnectionCloseReason { "error", "closed", "wentaway" }; |
[ |
Constructor(DOMString type, PresentationConnectionCloseEventInit eventInitDict), |
+ RuntimeEnabled=Presentation |
] interface PresentationConnectionCloseEvent : Event { |
readonly attribute PresentationConnectionCloseReason reason; |
readonly attribute DOMString message; |