| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp
|
| index c3af817a3b7da5600bc2bf0afe9a367eebc11063..ca7b6a75340bf412551888bc5287f00dd2e99711 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp
|
| @@ -32,6 +32,12 @@ const WrapperTypeInfo V8TestInterfaceNamedConstructor2::wrapperTypeInfo = { gin:
|
| // bindings/core/v8/ScriptWrappable.h.
|
| const WrapperTypeInfo& TestInterfaceNamedConstructor2::s_wrapperTypeInfo = V8TestInterfaceNamedConstructor2::wrapperTypeInfo;
|
|
|
| +static_assert(
|
| + !std::is_base_of<ActiveScriptWrappable, TestInterfaceNamedConstructor2>::value,
|
| + "TestInterfaceNamedConstructor2 inherits from ActiveScriptWrappable, but does not specify "
|
| + "[ActiveScriptWrappable] extended attribute in the IDL file. "
|
| + "Be consistent.");
|
| +
|
| namespace TestInterfaceNamedConstructor2V8Internal {
|
|
|
| } // namespace TestInterfaceNamedConstructor2V8Internal
|
|
|