Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: runtime/bin/io_natives.cc

Issue 130513003: [ZLIB] Add support for windowBits, memLevel, raw (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add support for memLevel Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/bin/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index 6a860b7d66da24c8c07e46dfa5f55f5c67972a58..0a79bee4ed0fa6f71e6cef013bbe250bbc549045 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -22,8 +22,8 @@ namespace bin {
#define IO_NATIVE_LIST(V) \
V(Crypto_GetRandomBytes, 1) \
V(EventHandler_SendData, 3) \
- V(Filter_CreateZLibDeflate, 3) \
- V(Filter_CreateZLibInflate, 1) \
+ V(Filter_CreateZLibDeflate, 6) \
+ V(Filter_CreateZLibInflate, 3) \
V(Filter_End, 1) \
V(Filter_Process, 4) \
V(Filter_Processed, 3) \

Powered by Google App Engine
This is Rietveld 408576698