Reviewers: Sven Panne,

Description:
Remove temporary work-around for PDFium

BUG=none
[email protected]
LOG=n

Please review this at https://codereview.chromium.org/598513002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -3 lines):
  M src/api.cc


Index: src/api.cc
diff --git a/src/api.cc b/src/api.cc
index 2096efd4afdb8c8b7b6994b0614b09e1b290d64f..e11d14084b3e292c749d2597a2e51e7b49199c4b 100644
--- a/src/api.cc
+++ b/src/api.cc
@@ -6567,9 +6567,6 @@ Isolate* Isolate::GetCurrent() {


 Isolate* Isolate::New(const Isolate::CreateParams& params) {
-  // TODO(jochen): Remove again soon.
-  V8::Initialize();
-
   i::Isolate* isolate = new i::Isolate();
   Isolate* v8_isolate = reinterpret_cast<Isolate*>(isolate);
   if (params.entry_hook) {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to