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

Unified Diff: src/heap.h

Issue 2593001: [Isolates] Make lint happy. (Closed)
Patch Set: Created 10 years, 7 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/api.cc ('k') | src/isolate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap.h
diff --git a/src/heap.h b/src/heap.h
index c4e22e2f5f2b33dd7d32922db068d51a866f5053..c9cc37ff10121e52c9c218311f350a2a3457e9fe 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -1019,7 +1019,7 @@ class Heap {
private:
Heap();
-
+
static int reserved_semispace_size_;
static int max_semispace_size_;
static int initial_semispace_size_;
@@ -1269,7 +1269,7 @@ class Heap {
friend class AlwaysAllocateScope;
friend class LinearAllocationScope;
friend class Isolate;
-
+
DISALLOW_COPY_AND_ASSIGN(Heap);
};
« no previous file with comments | « src/api.cc ('k') | src/isolate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698