Index: third_party/WebKit/Source/modules/webusb/USBInterface.idl |
diff --git a/third_party/WebKit/Source/modules/webusb/USBInterface.idl b/third_party/WebKit/Source/modules/webusb/USBInterface.idl |
index cfe100113fa04084717a99c20f3ac42b355317a1..68559c9ac7778e0359484e8bcdf47ffbac0da2f0 100644 |
--- a/third_party/WebKit/Source/modules/webusb/USBInterface.idl |
+++ b/third_party/WebKit/Source/modules/webusb/USBInterface.idl |
@@ -9,6 +9,7 @@ |
RaisesException=Constructor, |
GarbageCollected, |
RuntimeEnabled=WebUSB, |
+ LegacyInterfaceTypeChecking, |
] interface USBInterface { |
readonly attribute octet interfaceNumber; |
readonly attribute sequence<USBAlternateInterface> alternates; |