| Index: runtime/bin/builtin_natives.cc
|
| diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
|
| index 045f80079687da07ee42f06f33130233782b843e..3f726aa7c6a1e7f3ade07dcafa36f329ff521250 100644
|
| --- a/runtime/bin/builtin_natives.cc
|
| +++ b/runtime/bin/builtin_natives.cc
|
| @@ -49,6 +49,11 @@
|
| V(File_OpenStdio, 1) \
|
| V(File_GetStdioHandleType, 1) \
|
| V(File_NewServicePort, 0) \
|
| + V(Filter_CreateZLibInflate, 1) \
|
| + V(Filter_CreateGZipDeflate, 1) \
|
| + V(Filter_End, 1) \
|
| + V(Filter_Process, 2) \
|
| + V(Filter_Processed, 2) \
|
| V(Logger_PrintString, 1) \
|
| V(Platform_NumberOfProcessors, 0) \
|
| V(Platform_OperatingSystem, 0) \
|
|
|