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

Unified Diff: runtime/vm/port.h

Issue 1140263005: Revert "Hide Isolate pointer from embedder" (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
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 be7c7ee392f093f7df98445d3dd8862d9032e955..f62ac8bd6eefbc933bd009870a252512c867dd17 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