Index: third_party/WebKit/Source/bindings/modules/v8/ToV8ForModules.h |
diff --git a/third_party/WebKit/Source/bindings/modules/v8/ToV8ForModules.h b/third_party/WebKit/Source/bindings/modules/v8/ToV8ForModules.h |
index 4a22cb4d98c0eba96842ca9d5452c589d858d3af..5c5e351e231b931ddfec5c286447a2b23cac7dba 100644 |
--- a/third_party/WebKit/Source/bindings/modules/v8/ToV8ForModules.h |
+++ b/third_party/WebKit/Source/bindings/modules/v8/ToV8ForModules.h |
@@ -26,7 +26,7 @@ inline v8::Local<v8::Value> ToV8(const SQLValue& sql_value, |
case SQLValue::kStringValue: |
return V8String(isolate, sql_value.GetString()); |
} |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return v8::Local<v8::Value>(); |
} |