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

Unified Diff: runtime/vm/code_index_table.h

Issue 9114008: Introduce runtime/platform directory for code shared between vm (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 12 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
Index: runtime/vm/code_index_table.h
diff --git a/runtime/vm/code_index_table.h b/runtime/vm/code_index_table.h
index 2caf8633a97bb043a078d676b859c16b37d9212f..5cfeca0b72fe75981b4778fd702af649abb28c7f 100644
--- a/runtime/vm/code_index_table.h
+++ b/runtime/vm/code_index_table.h
@@ -92,6 +92,7 @@ class CodeIndexTable {
data_ = new_data;
capacity_ = new_capacity;
}
+
private:
intptr_t length_;
intptr_t capacity_;

Powered by Google App Engine
This is Rietveld 408576698