Revision: 15228
Author:   [email protected]
Date:     Thu Jun 20 03:05:33 2013
Log:      Make isolate id getter public.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/17343004
http://code.google.com/p/v8/source/detail?r=15228

Modified:
 /branches/bleeding_edge/src/isolate.h

=======================================
--- /branches/bleeding_edge/src/isolate.h       Tue Jun  4 03:30:05 2013
+++ /branches/bleeding_edge/src/isolate.h       Thu Jun 20 03:05:33 2013
@@ -1106,14 +1106,14 @@
   void set_callback_table(CallbackTable* callback_table) {
     callback_table_ = callback_table;
   }
+
+  int id() const { return static_cast<int>(id_); }

   HStatistics* GetHStatistics();
   HTracer* GetHTracer();

  private:
   Isolate();
-
-  int id() const { return static_cast<int>(id_); }

   friend struct GlobalState;
   friend struct InitializeGlobalState;

--
--
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/groups/opt_out.


Reply via email to