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

Unified Diff: src/heap/mark-compact.h

Issue 2356713002: Version 5.5.228.1 (cherry-pick) (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « src/heap/incremental-marking.h ('k') | src/heap/spaces.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index e999ebf31e51d128fb561f74babb249c0998b48b..78a2abd04c7b794de51cebe11e585aba9059cf2d 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -776,7 +776,8 @@ class EvacuationScope BASE_EMBEDDED {
MarkCompactCollector* collector_;
};
-V8_EXPORT_PRIVATE const char* AllocationSpaceName(AllocationSpace space);
+
+const char* AllocationSpaceName(AllocationSpace space);
} // namespace internal
} // namespace v8
« no previous file with comments | « src/heap/incremental-marking.h ('k') | src/heap/spaces.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698