Chromium Code Reviews

Unified Diff: runtime/vm/version.h

Issue 558503002: Checks snapshot validity using a hash of source file instead of a version string. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | runtime/vm/version_in.cc » ('j') | tools/make_version.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/version.h
===================================================================
--- runtime/vm/version.h (revision 39997)
+++ runtime/vm/version.h (working copy)
@@ -16,6 +16,7 @@
private:
static const char* str_;
+ static const char* snapshot_hash_;
};
} // namespace dart
« no previous file with comments | « no previous file | runtime/vm/version_in.cc » ('j') | tools/make_version.py » ('J')

Powered by Google App Engine