Skip to content

Commit

Permalink
Drop duplicate PermissionState definition
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Jul 22, 2020
1 parent 3e9da3a commit 32dcca2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ed/idl/orientation-event.idl
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ dictionary DeviceOrientationEventInit : EventInit {
boolean absolute = false;
};

enum PermissionState {
"granted",
"denied",
};

partial interface Window {
[SecureContext] attribute EventHandler ondeviceorientationabsolute;
};
Expand Down

0 comments on commit 32dcca2

Please sign in to comment.