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