Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp |
index 055ffb297c219d2d00371945f4ea44dbff98e8ba..13a184d73f640131d95e3d2e51bc556088180fc5 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp |
@@ -40,8 +40,8 @@ const WrapperTypeInfo& TestInterfaceNamedConstructor::s_wrapperTypeInfo = V8Test |
// [ActiveScriptWrappable] |
static_assert( |
- std::is_base_of<ActiveScriptWrappable, TestInterfaceNamedConstructor>::value, |
- "TestInterfaceNamedConstructor does not inherit from ActiveScriptWrappable, but specifying " |
+ std::is_base_of<ActiveScriptWrappableBase, TestInterfaceNamedConstructor>::value, |
+ "TestInterfaceNamedConstructor does not inherit from ActiveScriptWrappable<>, but specifying " |
"[ActiveScriptWrappable] extended attribute in the IDL file. " |
"Be consistent."); |
static_assert( |