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

Unified Diff: src/compiler.h

Issue 924453002: Fix invalid use of int in Zone. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Windows again... Created 5 years, 10 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/ast.h ('k') | src/compiler.cc » ('j') | src/zone.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.h
diff --git a/src/compiler.h b/src/compiler.h
index 076467a7f26a77259ff364a8ef4c70ac1b39284e..6af3c3539dfd577b3f82d8510bd4631d08bb3beb 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -773,7 +773,7 @@ class CompilationPhase BASE_EMBEDDED {
const char* name_;
CompilationInfo* info_;
Zone zone_;
- unsigned info_zone_start_allocation_size_;
+ size_t info_zone_start_allocation_size_;
base::ElapsedTimer timer_;
DISALLOW_COPY_AND_ASSIGN(CompilationPhase);
« no previous file with comments | « src/ast.h ('k') | src/compiler.cc » ('j') | src/zone.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698