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