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 Jan 27, 2021
1 parent b456e0a commit ca9aebe
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 ca9aebe

Please sign in to comment.