| Index: client/dom/generated/src/wrapping/_FileSystemCallbackWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_FileSystemCallbackWrappingImplementation.dart b/client/dom/generated/src/wrapping/_FileSystemCallbackWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 28d14210f46d5628db7fa7ccb9c3441da07e30bd..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_FileSystemCallbackWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -class _FileSystemCallbackWrappingImplementation extends DOMWrapperBase implements FileSystemCallback {
|
| - _FileSystemCallbackWrappingImplementation() : super() {}
|
| -
|
| - static create__FileSystemCallbackWrappingImplementation() native {
|
| - return new _FileSystemCallbackWrappingImplementation();
|
| - }
|
| -
|
| - bool handleEvent(DOMFileSystem fileSystem) {
|
| - return _handleEvent(this, fileSystem);
|
| - }
|
| - static bool _handleEvent(receiver, fileSystem) native;
|
| -
|
| - String get typeName() { return "FileSystemCallback"; }
|
| -}
|
|
|