| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| index 72ce92cc30d065c6215aa0aad909ec429516e46b..ce7adbcb81c205239bfa09aa8e5b213622d0299d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
|
| @@ -47,8 +47,8 @@ const WrapperTypeInfo& TestInterface2::s_wrapperTypeInfo = V8TestInterface2::wra
|
|
|
| // [ActiveScriptWrappable]
|
| static_assert(
|
| - std::is_base_of<ActiveScriptWrappable, TestInterface2>::value,
|
| - "TestInterface2 does not inherit from ActiveScriptWrappable, but specifying "
|
| + std::is_base_of<ActiveScriptWrappableBase, TestInterface2>::value,
|
| + "TestInterface2 does not inherit from ActiveScriptWrappable<>, but specifying "
|
| "[ActiveScriptWrappable] extended attribute in the IDL file. "
|
| "Be consistent.");
|
| static_assert(
|
|
|