| Index: third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial2.idl
|
| diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial2.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial2.idl
|
| index eab27e0a6c3c8bfc71029c4afa499679e5156b4c..ca625c63d65cdcbabf560a3ca2b351d0052cdf98 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial2.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterfacePartial2.idl
|
| @@ -38,4 +38,7 @@
|
|
|
| void partial2VoidMethod();
|
| static void partial2StaticVoidMethod();
|
| +
|
| + [SecureContext] void partial2SecureContextMethod();
|
| + [SecureContext] attribute bool partial2SecureContextAttribute;
|
| };
|
|
|