Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4131)

Unified Diff: src/heap-profiler.h

Issue 6685119: [Arguments] Remove the arguments shadow symbol. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/arguments
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/heap-profiler.h
diff --git a/src/heap-profiler.h b/src/heap-profiler.h
index c5a9ab497dd2a7c02e8e3a05acb07e95c8f72873..fd5b4e03b33ed3a8b3c44c3599023872c6fdb5d4 100644
--- a/src/heap-profiler.h
+++ b/src/heap-profiler.h
@@ -155,9 +155,9 @@ class JSObjectsCluster BASE_EMBEDDED {
// Their actual value is irrelevant for us.
switch (special) {
case ROOTS: return Heap::result_symbol();
- case GLOBAL_PROPERTY: return Heap::code_symbol();
- case CODE: return Heap::arguments_shadow_symbol();
- case SELF: return Heap::catch_var_symbol();
+ case GLOBAL_PROPERTY: return Heap::catch_var_symbol();
+ case CODE: return Heap::code_symbol();
+ case SELF: return Heap::this_symbol();
default:
UNREACHABLE();
return NULL;
« no previous file with comments | « src/heap.h ('k') | src/ia32/full-codegen-ia32.cc » ('j') | src/ia32/full-codegen-ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698