| Index: third_party/WebKit/Source/bindings/tests/results/core/V8DataView.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.cpp
|
| index 0e1332b4ef459b901ff412b5e6b86ab60ea2fd3e..b43f82b2818e6bc5e5a3a82f411389b3b8b245d8 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.cpp
|
| @@ -66,7 +66,7 @@ TestDataView* V8DataView::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<TestDataView>();
|
| }
|
|
|