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