Index: third_party/WebKit/Source/modules/webusb/USBEndpoint.idl |
diff --git a/third_party/WebKit/Source/modules/webusb/USBEndpoint.idl b/third_party/WebKit/Source/modules/webusb/USBEndpoint.idl |
index fd2eb48ca756a04313e218603070bf95a3122f50..aa90c07f12ffea7967789bf4b4f6ef54a78e5b21 100644 |
--- a/third_party/WebKit/Source/modules/webusb/USBEndpoint.idl |
+++ b/third_party/WebKit/Source/modules/webusb/USBEndpoint.idl |
@@ -20,6 +20,7 @@ enum USBEndpointType { |
RaisesException=Constructor, |
GarbageCollected, |
RuntimeEnabled=WebUSB, |
+ LegacyInterfaceTypeChecking, |
] interface USBEndpoint { |
readonly attribute octet endpointNumber; |
readonly attribute USBDirection direction; |