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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/mark-compact.h b/chromium/v8/src/mark-compact.h
index ee845a08370..16e49e10295 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 VerifyOmittedMapChecks();
+ void VerifyOmittedPrototypeChecks();
#endif
// Sweep a single page from the given space conservatively.