Mac: Fix compile error due to Chromium update
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1430 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
e7ae14435b
commit
290809cec8
|
@ -110,7 +110,7 @@ void CefTestSuite::Initialize() {
|
||||||
logging::SetLogAssertHandler(UnitTestAssertHandler);
|
logging::SetLogAssertHandler(UnitTestAssertHandler);
|
||||||
}
|
}
|
||||||
|
|
||||||
icu_util::Initialize();
|
base::i18n::InitializeICU();
|
||||||
|
|
||||||
CatchMaybeTests();
|
CatchMaybeTests();
|
||||||
ResetCommandLine();
|
ResetCommandLine();
|
||||||
|
|
Loading…
Reference in New Issue