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