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

Unified Diff: src/zone.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/isolate.h ('k') | test/cctest/test-serialize.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/zone.h
diff --git a/src/zone.h b/src/zone.h
index 1276f190c5cc8871334582dfe7a4cb1881bc03fe..25a00b192b0c12db9c23ca79ca780bb138a804b6 100644
--- a/src/zone.h
+++ b/src/zone.h
@@ -73,7 +73,7 @@ class Zone {
private:
friend class Isolate;
-
+
// All pointers returned from New() have this alignment.
static const int kAlignment = kPointerSize;
« no previous file with comments | « src/isolate.h ('k') | test/cctest/test-serialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698