| Index: third_party/WebKit/Source/modules/webusb/USB.idl
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USB.idl b/third_party/WebKit/Source/modules/webusb/USB.idl
|
| index f4b5c3574ffb666dd904531b5484a02f269792b4..6f262380a0be02bd432c59bdfbab669c4e220ba9 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USB.idl
|
| +++ b/third_party/WebKit/Source/modules/webusb/USB.idl
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// https://wicg.github.io/webusb/#enumeration
|
| +// https://wicg.github.io/webusb/#usb
|
|
|
| [
|
| - NoInterfaceObject,
|
| OriginTrialEnabled=WebUSB,
|
| ] interface USB : EventTarget {
|
| attribute EventHandler onconnect;
|
|
|