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

Unified Diff: runtime/vm/port.h

Issue 1130753006: Hide Isolate pointer from embedder (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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 | « runtime/vm/object.cc ('k') | runtime/vm/port.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/port.h
diff --git a/runtime/vm/port.h b/runtime/vm/port.h
index f62ac8bd6eefbc933bd009870a252512c867dd17..be7c7ee392f093f7df98445d3dd8862d9032e955 100644
--- a/runtime/vm/port.h
+++ b/runtime/vm/port.h
@@ -18,7 +18,7 @@ class MessageHandler;
class Mutex;
class PortMapTestPeer;
-class PortMap: public AllStatic {
+class PortMap : public AllStatic {
public:
enum PortState {
kNewPort = 0, // a newly allocated port
« no previous file with comments | « runtime/vm/object.cc ('k') | runtime/vm/port.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698