summaryrefslogtreecommitdiff
path: root/chromium/v8/src/mark-compact.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/mark-compact.h')
-rw-r--r--chromium/v8/src/mark-compact.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/v8/src/mark-compact.h b/chromium/v8/src/mark-compact.h
index 16e49e10295..df2f7821139 100644
--- a/chromium/v8/src/mark-compact.h
+++ b/chromium/v8/src/mark-compact.h
@@ -638,7 +638,7 @@ class MarkCompactCollector {
static void VerifyMarkbitsAreClean(PagedSpace* space);
static void VerifyMarkbitsAreClean(NewSpace* space);
void VerifyWeakEmbeddedMapsInOptimizedCode();
- void VerifyOmittedPrototypeChecks();
+ void VerifyOmittedMapChecks();
#endif
// Sweep a single page from the given space conservatively.
@@ -949,7 +949,7 @@ class MarkCompactCollector {
MarkingDeque marking_deque_;
CodeFlusher* code_flusher_;
Object* encountered_weak_collections_;
- Object* code_to_deoptimize_;
+ bool have_code_to_deoptimize_;
List<Page*> evacuation_candidates_;
List<Code*> invalidated_code_;