| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| index d44460f4c8030aef95ab6a4ddb17d4ad3719cf97..a9b60dc0e04c4112a58e334414ed1fe66906776e 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| @@ -42,8 +42,8 @@ const WrapperTypeInfo& TestInterfaceConstructor2::s_wrapperTypeInfo = V8TestInte
|
|
|
| // not [ActiveScriptWrappable]
|
| static_assert(
|
| - !std::is_base_of<ActiveScriptWrappable, TestInterfaceConstructor2>::value,
|
| - "TestInterfaceConstructor2 inherits from ActiveScriptWrappable, but is not specifying "
|
| + !std::is_base_of<ActiveScriptWrappableBase, TestInterfaceConstructor2>::value,
|
| + "TestInterfaceConstructor2 inherits from ActiveScriptWrappable<>, but is not specifying "
|
| "[ActiveScriptWrappable] extended attribute in the IDL file. "
|
| "Be consistent.");
|
| static_assert(
|
|
|