| Index: third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl
|
| diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl
|
| index 6ed38cd07eece8c32de06ffdf46300ebbfb2d6dc..dcabd388b9957d576ddd093c4cdda56971fc36c4 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial.idl
|
| @@ -53,4 +53,6 @@ typedef DOMString PartialString;
|
|
|
| attribute PartialEnumType partialPartialEnumTypeAttribute;
|
| void partialVoidMethodPartialCallbackTypeArg(PartialCallbackType partialCallbackTypeArg);
|
| +
|
| + [SecureContext] attribute long partialSecureContextLongAttribute;
|
| };
|
|
|