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

Unified Diff: runtime/bin/builtin_natives.cc

Issue 11275035: Introduce (private) ZLibFilter to dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add InternalError class and LICENSE file. Created 8 years, 2 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/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) \

Powered by Google App Engine
This is Rietveld 408576698