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

Unified Diff: runtime/vm/stub_code.h

Issue 306483005: - Use isolate where it is appropriate. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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
Index: runtime/vm/stub_code.h
===================================================================
--- runtime/vm/stub_code.h (revision 36643)
+++ runtime/vm/stub_code.h (working copy)
@@ -68,7 +68,7 @@
// abstract out common code executed from generated dart code.
class StubEntry {
public:
- StubEntry(const char* name, const Code& code);
+ explicit StubEntry(const Code& code);
~StubEntry() {}
const ExternalLabel& label() const { return label_; }

Powered by Google App Engine
This is Rietveld 408576698