Commit 8c684d56 authored by Frank Tang's avatar Frank Tang Committed by Commit Bot

[Intl] Remove redundant call

Bug: v8:7684
Change-Id: If74e2b6d1ff7d11f3133ff74847d23b171b05f0a
Reviewed-on: https://chromium-review.googlesource.com/c/1459744Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59477}
parent 8c2ec194
......@@ -799,7 +799,7 @@ Maybe<std::string> Intl::CanonicalizeLanguageTag(Isolate* isolate,
Nothing<std::string>());
}
return Intl::ToLanguageTag(icu_locale);
return maybe_to_language_tag;
}
Maybe<std::vector<std::string>> Intl::CanonicalizeLocaleList(
......
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