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

Unified Diff: src/lithium-allocator.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/hydrogen.cc ('k') | src/lithium-allocator.cc » ('j') | src/zone.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lithium-allocator.h
diff --git a/src/lithium-allocator.h b/src/lithium-allocator.h
index f63077e19d77a285351173ffe33ef3481b897dd5..2a8080011f025777791ce0dc98a5b308af851432 100644
--- a/src/lithium-allocator.h
+++ b/src/lithium-allocator.h
@@ -564,7 +564,7 @@ class LAllocatorPhase : public CompilationPhase {
private:
LAllocator* allocator_;
- unsigned allocator_zone_start_allocation_size_;
+ size_t allocator_zone_start_allocation_size_;
DISALLOW_COPY_AND_ASSIGN(LAllocatorPhase);
};
« no previous file with comments | « src/hydrogen.cc ('k') | src/lithium-allocator.cc » ('j') | src/zone.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698