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