Commit 09b5446a authored by imcheng's avatar imcheng Committed by Commit bot

[Presentation API] Add missing RuntimeEnabled=Presentation to new idl.

Add missing RuntimeEnabled=Presentation annotation to
PresentationConnectionCloseEvent.idl.

BUG=585879
TBR=mlamouri@chromium.org

Review URL: https://codereview.chromium.org/1689453005

Cr-Commit-Position: refs/heads/master@{#374793}
parent 26f3c550
...@@ -8,6 +8,7 @@ enum PresentationConnectionCloseReason { "error", "closed", "wentaway" }; ...@@ -8,6 +8,7 @@ enum PresentationConnectionCloseReason { "error", "closed", "wentaway" };
[ [
Constructor(DOMString type, PresentationConnectionCloseEventInit eventInitDict), Constructor(DOMString type, PresentationConnectionCloseEventInit eventInitDict),
RuntimeEnabled=Presentation
] interface PresentationConnectionCloseEvent : Event { ] interface PresentationConnectionCloseEvent : Event {
readonly attribute PresentationConnectionCloseReason reason; readonly attribute PresentationConnectionCloseReason reason;
readonly attribute DOMString message; readonly attribute DOMString message;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment