| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.cpp
|
| index a5f1d6f05642a48e93566ac6b960778bd4cd3145..b6c6951f3e638337669060922207e6481d9e9892 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.cpp
|
| @@ -32,6 +32,12 @@ const WrapperTypeInfo V8TestNode::wrapperTypeInfo = { gin::kEmbedderBlink, V8Tes
|
| // bindings/core/v8/ScriptWrappable.h.
|
| const WrapperTypeInfo& TestNode::s_wrapperTypeInfo = V8TestNode::wrapperTypeInfo;
|
|
|
| +static_assert(
|
| + !std::is_base_of<ActiveScriptWrappable, TestNode>::value,
|
| + "TestNode inherits from ActiveScriptWrappable, but does not specify "
|
| + "[ActiveScriptWrappable] extended attribute in the IDL file. "
|
| + "Be consistent.");
|
| +
|
| namespace TestNodeV8Internal {
|
|
|
| static void hrefAttributeGetter(const v8::FunctionCallbackInfo<v8::Value>& info)
|
|
|