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