Commit efc50493 authored by yangguo's avatar yangguo Committed by Commit bot

Fix no-i18n builds.

TBR=littledan@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/1783853003

Cr-Commit-Position: refs/heads/master@{#34703}
parent 5be770b5
......@@ -843,6 +843,7 @@ bool RegExpParser::ParseUnicodeEscape(uc32* value) {
return result;
}
#ifdef V8_I18N_SUPPORT
bool LookupPropertyClass(UProperty property, const char* property_name,
ZoneList<CharacterRange>* result, Zone* zone) {
int32_t property_value = u_getPropertyValueEnum(property, property_name);
......@@ -869,6 +870,7 @@ bool LookupPropertyClass(UProperty property, const char* property_name,
uset_close(set);
return success;
}
#endif // V8_I18N_SUPPORT
bool RegExpParser::ParsePropertyClass(ZoneList<CharacterRange>* result) {
#ifdef V8_I18N_SUPPORT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment