Index: third_party/WebKit/Source/bindings/core/v8/Iterable.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/Iterable.h b/third_party/WebKit/Source/bindings/core/v8/Iterable.h |
index 689917dfca6e619f3f89d57dd4974512e28bfebe..8510f44571a5853b3225cb8483948fe4abd0e00a 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/Iterable.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/Iterable.h |
@@ -71,7 +71,7 @@ class Iterable { |
if (!source->Next(script_state, key, value, exception_state)) |
return; |
- ASSERT(!exception_state.HadException()); |
+ DCHECK(!exception_state.HadException()); |
args[0] = ToV8(value, creation_context, isolate); |
args[1] = ToV8(key, creation_context, isolate); |