Skip to content

Commit

Permalink
Remove preferences in EventSource.webidl
Browse files Browse the repository at this point in the history
  • Loading branch information
KiChjang committed Nov 11, 2016
1 parent 388c3bf commit 9afc17c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/script/dom/webidls/EventSource.webidl
Expand Up @@ -7,8 +7,7 @@
*/

[Constructor(DOMString url, optional EventSourceInit eventSourceInitDict),
Exposed=(Window,Worker),
Pref="dom.eventsource.enabled"]
Exposed=(Window,Worker)]
interface EventSource : EventTarget {
readonly attribute DOMString url;
readonly attribute boolean withCredentials;
Expand Down

0 comments on commit 9afc17c

Please sign in to comment.