Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp |
index 2be7181327462bc7987685a4843732cb2696720c..4e1c16ed956d018b0ba2bf360c979bb76d643d95 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp |
@@ -48,8 +48,8 @@ const WrapperTypeInfo& TestInterface5Implementation::s_wrapperTypeInfo = V8TestI |
// [ActiveScriptWrappable] |
static_assert( |
- std::is_base_of<ActiveScriptWrappable, TestInterface5Implementation>::value, |
- "TestInterface5Implementation does not inherit from ActiveScriptWrappable, but specifying " |
+ std::is_base_of<ActiveScriptWrappableBase, TestInterface5Implementation>::value, |
+ "TestInterface5Implementation does not inherit from ActiveScriptWrappable<>, but specifying " |
"[ActiveScriptWrappable] extended attribute in the IDL file. " |
"Be consistent."); |
static_assert( |