Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
| index 26d8be49bc03be24233e5563727606860594625a..d9cc5e01743636e5e04c23425571fc3ad3190cfb 100644 |
| --- a/runtime/vm/bootstrap_natives.h |
| +++ b/runtime/vm/bootstrap_natives.h |
| @@ -278,6 +278,7 @@ namespace dart { |
| V(WeakProperty_getKey, 1) \ |
| V(WeakProperty_getValue, 1) \ |
| V(WeakProperty_setValue, 2) \ |
| + V(Uri_isWindows, 0) \ |
| class BootstrapNatives : public AllStatic { |
| public: |