Skip to content

Commit

Permalink
Remove duplicate typedef MessageEventSource
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored and queengooborg committed Nov 18, 2020
1 parent 50b665a commit 5e63dad
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 5e63dad

Please sign in to comment.