Browse Source

REVIEW: remove pre early initialization of v8

deepak1556 6 years ago
parent
commit
423bdda1b1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      atom/browser/atom_browser_client.cc

+ 0 - 1
atom/browser/atom_browser_client.cc

@@ -448,7 +448,6 @@ void AtomBrowserClient::SiteInstanceDeleting(
 
 brightray::BrowserMainParts* AtomBrowserClient::OverrideCreateBrowserMainParts(
     const content::MainFunctionParams&) {
-  v8::V8::Initialize();  // Init V8 before creating main parts.
   return new AtomBrowserMainParts;
 }