Revision: 6513
Author: [email protected]
Date: Thu Jan 27 05:17:34 2011
Log: Fix id for HandleScope::DeleteExtensions and Factory::arguments_marker() in serializer.

Review URL: http://codereview.chromium.org/6357020
http://code.google.com/p/v8/source/detail?r=6513

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

=======================================
--- /branches/bleeding_edge/src/serialize.cc    Tue Jan 11 05:48:49 2011
+++ /branches/bleeding_edge/src/serialize.cc    Thu Jan 27 05:17:34 2011
@@ -335,7 +335,7 @@

   Add(ExternalReference::delete_handle_scope_extensions().address(),
       RUNTIME_ENTRY,
-      3,
+      4,
       "HandleScope::DeleteExtensions");

   // Miscellaneous
@@ -504,7 +504,7 @@
       "power_double_int_function");
   Add(ExternalReference::arguments_marker_location().address(),
       UNCLASSIFIED,
-      40,
+      41,
       "Factory::arguments_marker().location()");
 }

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to