| 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 b0184d32ad0edacc95c824405b83d3baeec3b64b..55f5c3c829ba0166453e575b37bab263697cac14 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.cpp
|
| @@ -39,8 +39,8 @@ const WrapperTypeInfo& TestInterfaceEmpty::s_wrapperTypeInfo = V8TestInterfaceEm
|
|
|
| // not [ActiveScriptWrappable]
|
| static_assert(
|
| - !std::is_base_of<ActiveScriptWrappable, TestInterfaceEmpty>::value,
|
| - "TestInterfaceEmpty inherits from ActiveScriptWrappable, but is not specifying "
|
| + !std::is_base_of<ActiveScriptWrappableBase, TestInterfaceEmpty>::value,
|
| + "TestInterfaceEmpty inherits from ActiveScriptWrappable<>, but is not specifying "
|
| "[ActiveScriptWrappable] extended attribute in the IDL file. "
|
| "Be consistent.");
|
| static_assert(
|
|
|