Fixed noi18n build.

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

Cr-Commit-Position: refs/heads/master@{#28792}
This commit is contained in:
ishell 2015-06-03 09:23:01 -07:00 committed by Commit bot
parent 172ecd6109
commit 5606fefe12

View File

@ -4,5 +4,7 @@
// Flags: --invoke-weak-callbacks --omit-quit --no-test
var coll = new Intl.Collator();
assertEquals(-1, coll.compare('a', 'c'));
if (this.Intl) {
var coll = new Intl.Collator();
assertEquals(-1, coll.compare('a', 'c'));
}