| Index: content/test/layouttest_support.cc
|
| diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
|
| index 2843fb8165e7cbe265b21ce22a67433733582119..5ec52f637b519467b6ddf013663c7ba3cf6cd587 100644
|
| --- a/content/test/layouttest_support.cc
|
| +++ b/content/test/layouttest_support.cc
|
| @@ -98,7 +98,6 @@ RenderFrameImpl* CreateWebFrameTestProxy(
|
| // DirectWrite only has access to %WINDIR%\Fonts by default. For developer
|
| // side-loading, support kRegisterFontFiles to allow access to additional fonts.
|
| void RegisterSideloadedTypefaces(SkFontMgr* fontmgr) {
|
| - RenderThreadImpl::current()->EnsureWebKitInitialized();
|
| std::vector<std::string> files = switches::GetSideloadFontFiles();
|
| for (std::vector<std::string>::const_iterator i(files.begin());
|
| i != files.end();
|
|
|