| Index: mojo/dart/embedder/io/filter_patch.dart
|
| diff --git a/mojo/dart/embedder/io/filter_patch.dart b/mojo/dart/embedder/io/filter_patch.dart
|
| index 3a321703b62045bb99d2ef8ee17f2c098c001089..a5626bb3df026af2f5c7163f146c09c72ab06801 100644
|
| --- a/mojo/dart/embedder/io/filter_patch.dart
|
| +++ b/mojo/dart/embedder/io/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 {
|
|
|