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

Unified Diff: client/dom/generated/src/wrapping/_VoidCallbackWrappingImplementation.dart

Issue 8935001: Mark VoidCallback as a [Callback] (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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
« no previous file with comments | « client/dom/generated/src/interface/VoidCallback.dart ('k') | client/dom/generated/wrapping_dom.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/wrapping/_VoidCallbackWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_VoidCallbackWrappingImplementation.dart b/client/dom/generated/src/wrapping/_VoidCallbackWrappingImplementation.dart
deleted file mode 100644
index 8655cdd5d326a663ba5e8f7938e416a7e661db40..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/wrapping/_VoidCallbackWrappingImplementation.dart
+++ /dev/null
@@ -1,21 +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 _VoidCallbackWrappingImplementation extends DOMWrapperBase implements VoidCallback {
- _VoidCallbackWrappingImplementation() : super() {}
-
- static create__VoidCallbackWrappingImplementation() native {
- return new _VoidCallbackWrappingImplementation();
- }
-
- void handleEvent() {
- _handleEvent(this);
- return;
- }
- static void _handleEvent(receiver) native;
-
- String get typeName() { return "VoidCallback"; }
-}
« no previous file with comments | « client/dom/generated/src/interface/VoidCallback.dart ('k') | client/dom/generated/wrapping_dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698