Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 826222bcd3772c6d67c1fad554ff0627439b2623..0df10ef2ce956cb468dc9757cd399420126154e2 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) \ |
class BootstrapNatives : public AllStatic { |
public: |