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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 23686021: Add property base to the Uri class (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor fix Created 7 years, 3 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/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index 826222bcd3772c6d67c1fad554ff0627439b2623..d400edd44f51479b7a836b71ea1a402f56a0ece8 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -303,6 +303,7 @@ namespace dart {
V(WeakProperty_getValue, 1) \
V(WeakProperty_setValue, 2) \
V(Uri_isWindowsPlatform, 0) \
+ V(Uri_currentDirectory, 0) \
floitsch 2013/09/17 11:49:11 nit: one missing space.
Søren Gjesse 2013/09/17 11:59:53 Done.
class BootstrapNatives : public AllStatic {
public:

Powered by Google App Engine
This is Rietveld 408576698