| Index: third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp
|
| index 491154fc77e896a90778005a84d64c7727aecf31..7214bb5dd5bf60971ffa9a66120d7867091b7962 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp
|
| @@ -36,8 +36,8 @@ const WrapperTypeInfo V8Uint8ClampedArray::wrapperTypeInfo = { gin::kEmbedderBli
|
|
|
| // not [ActiveScriptWrappable]
|
| static_assert(
|
| - !std::is_base_of<ActiveScriptWrappable, TestUint8ClampedArray>::value,
|
| - "TestUint8ClampedArray inherits from ActiveScriptWrappable, but is not specifying "
|
| + !std::is_base_of<ActiveScriptWrappableBase, TestUint8ClampedArray>::value,
|
| + "TestUint8ClampedArray inherits from ActiveScriptWrappable<>, but is not specifying "
|
| "[ActiveScriptWrappable] extended attribute in the IDL file. "
|
| "Be consistent.");
|
| static_assert(
|
|
|