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

Unified Diff: runtime/bin/filter_patch.dart

Issue 1777643003: Uses a finalizer to delete zlib filter resources (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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/filter_patch.dart
diff --git a/runtime/bin/filter_patch.dart b/runtime/bin/filter_patch.dart
index 3a321703b62045bb99d2ef8ee17f2c098c001089..a5626bb3df026af2f5c7163f146c09c72ab06801 100644
--- a/runtime/bin/filter_patch.dart
+++ b/runtime/bin/filter_patch.dart
@@ -8,8 +8,6 @@ class _FilterImpl extends NativeFieldWrapperClass1 implements _Filter {
List<int> processed({bool flush: true, bool end: false})
native "Filter_Processed";
-
- void end() native "Filter_End";
}
class _ZLibInflateFilter extends _FilterImpl {

Powered by Google App Engine
This is Rietveld 408576698