Chromium Code Reviews

Unified Diff: src/types.cc

Issue 2252783007: Revert of Use a custom Struct for stack trace storage (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/runtime/runtime-internal.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/types.cc
diff --git a/src/types.cc b/src/types.cc
index 58689233ace50d1141948ddcce9b66a4d0618b46..c978dac5c2cef43d3840e8e7129cfccd4af45dae 100644
--- a/src/types.cc
+++ b/src/types.cc
@@ -248,7 +248,6 @@
case TRANSITION_ARRAY_TYPE:
case FOREIGN_TYPE:
case SCRIPT_TYPE:
- case STACK_TRACE_FRAME_TYPE:
case CODE_TYPE:
case PROPERTY_CELL_TYPE:
return kOtherInternal & kTaggedPointer;
« no previous file with comments | « src/runtime/runtime-internal.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine