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

Unified Diff: runtime/vm/random.h

Issue 198463007: - Make ports be less predictable. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 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
« runtime/vm/port.cc ('K') | « runtime/vm/port.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/random.h
===================================================================
--- runtime/vm/random.h (revision 34133)
+++ runtime/vm/random.h (working copy)
@@ -10,7 +10,7 @@
namespace dart {
-class Random : public ValueObject {
+class Random {
public:
Random();
~Random();
@@ -22,7 +22,6 @@
uint64_t _state;
- DISALLOW_ALLOCATION();
DISALLOW_COPY_AND_ASSIGN(Random);
};
« runtime/vm/port.cc ('K') | « runtime/vm/port.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698