Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/V8DataView.cpp

Issue 2395163003: Update bindings test expectatsions after refs/heads/master@{#423519} (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>();
}

Powered by Google App Engine
This is Rietveld 408576698