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

Unified Diff: src/hydrogen.h

Issue 1109223004: [strong] Disallow implicit conversions for add (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: cl feedback 3 Created 5 years, 8 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: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index 5c8d2ec027aff71512e78139ae6c6ebbd63e0abc..a5b72c3413d8c0b12ded39d366ab6d17508abd6f 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -1437,7 +1437,7 @@ class HGraphBuilder {
Type* result_type,
Maybe<int> fixed_right_arg,
HAllocationMode allocation_mode,
- LanguageMode language_mode = SLOPPY);
+ LanguageMode language_mode);
HLoadNamedField* AddLoadFixedArrayLength(HValue *object,
HValue *dependency = NULL);

Powered by Google App Engine
This is Rietveld 408576698