💄 Fix build on Windows.

This commit is contained in:
Cheng Zhao 2013-10-02 20:43:30 +08:00
parent aa6d5a3ff6
commit 2024ae5dba

View file

@ -89,11 +89,8 @@ void AtomBrowserMainParts::PreMainMessageLoopRun() {
}
int AtomBrowserMainParts::PreCreateThreads() {
#if defined(OS_WIN)
net::ProxyResolverV8::CreateIsolate();
#else
// TODO(zcbenz): Calling CreateIsolate() on Windows when updated to Chrome30.
net::ProxyResolverV8::RememberDefaultIsolate();
#endif
return 0;
}