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