Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Remove RuntimeEnabled from NotificationEventInit
Browse files Browse the repository at this point in the history
This is needed to complete the shipping of action buttons.
It was accidentally not included in https://crrev.com/358304
(or https://codereview.chromium.org/1487763003).

See also https://crbug.com/546006.

BUG=513671

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

Cr-Commit-Position: refs/heads/master@{#362423}
  • Loading branch information
johnmellor authored and Commit bot committed Dec 1, 2015
1 parent a768a71 commit a193248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

dictionary NotificationEventInit : ExtendableEventInit {
Notification notification;
[RuntimeEnabled=NotificationExperimental] DOMString action = "";
DOMString action = "";
};

0 comments on commit a193248

Please sign in to comment.