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

Unified Diff: src/version.h

Issue 4070003: [Isolates] Convert more static data either to read-only or to per-isolate. (Closed)
Patch Set: Created 10 years, 2 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: src/version.h
diff --git a/src/version.h b/src/version.h
index 6ee4f91ef413e8b959bf1ea9197ef36ca664c86f..4b3e7e2bde3d30928f4f1eae47f2bc3b90cbdd38 100644
--- a/src/version.h
+++ b/src/version.h
@@ -49,6 +49,7 @@ class Version {
static const char* GetVersion() { return version_string_; }
private:
+ // NOTE: can't make these really const because of test-version.cc.
static int major_;
static int minor_;
static int build_;
« src/frames.h ('K') | « src/unicode.cc ('k') | test/cctest/test-accessors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698