Commit af81c537 authored by vegorov@chromium.org's avatar vegorov@chromium.org

Fix id for HandleScope::DeleteExtensions and Factory::arguments_marker() in serializer.

Review URL: http://codereview.chromium.org/6357020

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6513 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 35a85c1b
......@@ -335,7 +335,7 @@ void ExternalReferenceTable::PopulateTable() {
Add(ExternalReference::delete_handle_scope_extensions().address(),
RUNTIME_ENTRY,
3,
4,
"HandleScope::DeleteExtensions");
// Miscellaneous
......@@ -504,7 +504,7 @@ void ExternalReferenceTable::PopulateTable() {
"power_double_int_function");
Add(ExternalReference::arguments_marker_location().address(),
UNCLASSIFIED,
40,
41,
"Factory::arguments_marker().location()");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment