Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 558ff85a983c957d37b9bed14b1a24227a3586d5..3f27ace70995baf7e01ba831a617ba0570ac54a2 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -149,6 +149,7 @@ class Factory { |
| Handle<String> NewStringFromTwoByte( |
| Vector<const uc16> str, |
| + bool check_for_one_byte = true, |
| PretenureFlag pretenure = NOT_TENURED); |
| // Allocates and partially initializes an ASCII or TwoByte String. The |