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: |