Revision: 24145
Author:   [email protected]
Date:     Tue Sep 23 11:32:41 2014 UTC
Log:      Remove temporary work-around for PDFium

BUG=none
[email protected], [email protected]
LOG=n

Review URL: https://codereview.chromium.org/598513002
https://code.google.com/p/v8/source/detail?r=24145

Modified:
 /branches/bleeding_edge/src/api.cc

=======================================
--- /branches/bleeding_edge/src/api.cc  Fri Sep 19 12:10:31 2014 UTC
+++ /branches/bleeding_edge/src/api.cc  Tue Sep 23 11:32:41 2014 UTC
@@ -6567,9 +6567,6 @@


 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