Skip to content

Commit

Permalink
Remove duplicate typedef MessageEventSource
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Jul 22, 2020
1 parent 32dcca2 commit 7e59eab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ed/idl/portals.idl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ dictionary PortalActivateEventInit : EventInit {
any data = null;
};

typedef (WindowProxy or MessagePort or ServiceWorker or HTMLPortalElement or PortalHost) MessageEventSource;

partial interface mixin WindowEventHandlers {
attribute EventHandler onportalactivate;
};

0 comments on commit 7e59eab

Please sign in to comment.