| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index c6c7300bc33f7ba7fd46c33980fc1acc8f4f98c3..9359b0c137f76121b01ebd318901f1f7a957de8c 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -48,6 +48,7 @@
|
| V(File_OpenStdio, 1) \
|
| V(File_GetStdioHandleType, 1) \
|
| V(File_NewServicePort, 0) \
|
| + V(Filter_CreateZLIB, 1) \
|
| V(Logger_PrintString, 1) \
|
| V(Platform_NumberOfProcessors, 0) \
|
| V(Platform_OperatingSystem, 0) \
|
|
|