| 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 5a8eba776a74be027da20764e877b6701ff2a8b2..6e0f7c4f2aabd3e06f13d99044bb934d7b8941aa 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp
|
| @@ -61,7 +61,7 @@ TestUint8ClampedArray* V8Uint8ClampedArray::toImpl(v8::Local<v8::Object> object)
|
| ASSERT_NOT_REACHED();
|
| }
|
| v8::Local<v8::Object> associatedWrapper = typedArray->associateWithWrapper(v8::Isolate::GetCurrent(), typedArray->wrapperTypeInfo(), object);
|
| - ASSERT_UNUSED(associatedWrapper, associatedWrapper == object);
|
| + DCHECK(associatedWrapper == object);
|
|
|
| return typedArray->toImpl<TestUint8ClampedArray>();
|
| }
|
|
|