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