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

Unified Diff: lib/html/dart2js/html_dart2js.dart

Side-by-side diff isn't available for this file because of its large size.
Issue 11340013: Do not add secondary interfaces implemented by parents. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/dart2js/html_dart2js.dart
diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart
index 26b3a63a32a19a8145b94b8634a7ba8217f104bc..286137ddce17cdd0437cfa99702c3f6063b53541 100644
--- a/lib/html/dart2js/html_dart2js.dart
+++ b/lib/html/dart2js/html_dart2js.dart
@@ -16159,14 +16159,6 @@ class _IDBOpenDBRequestImpl extends _IDBRequestImpl implements IDBOpenDBRequest
_IDBOpenDBRequestEventsImpl get on =>
new _IDBOpenDBRequestEventsImpl(this);
-
- // From EventTarget
-
- void $dom_addEventListener(String type, EventListener listener, [bool useCapture]) native "addEventListener";
-
- bool $dom_dispatchEvent(_EventImpl event) native "dispatchEvent";
-
- void $dom_removeEventListener(String type, EventListener listener, [bool useCapture]) native "removeEventListener";
}
class _IDBOpenDBRequestEventsImpl extends _IDBRequestEventsImpl implements IDBOpenDBRequestEvents {
@@ -16410,14 +16402,6 @@ class _IDBVersionChangeRequestImpl extends _IDBRequestImpl implements IDBVersion
_IDBVersionChangeRequestEventsImpl get on =>
new _IDBVersionChangeRequestEventsImpl(this);
-
- // From EventTarget
-
- void $dom_addEventListener(String type, EventListener listener, [bool useCapture]) native "addEventListener";
-
- bool $dom_dispatchEvent(_EventImpl event) native "dispatchEvent";
-
- void $dom_removeEventListener(String type, EventListener listener, [bool useCapture]) native "removeEventListener";
}
class _IDBVersionChangeRequestEventsImpl extends _IDBRequestEventsImpl implements IDBVersionChangeRequestEvents {
@@ -17863,14 +17847,6 @@ abstract class LocalMediaStream implements MediaStream, EventTarget {
class _LocalMediaStreamImpl extends _MediaStreamImpl implements LocalMediaStream native "*LocalMediaStream" {
void stop() native;
-
- // From EventTarget
-
- void $dom_addEventListener(String type, EventListener listener, [bool useCapture]) native "addEventListener";
-
- bool $dom_dispatchEvent(_EventImpl event) native "dispatchEvent";
-
- void $dom_removeEventListener(String type, EventListener listener, [bool useCapture]) native "removeEventListener";
}
// 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
@@ -31377,14 +31353,6 @@ class _ScriptProcessorNodeImpl extends _AudioNodeImpl implements ScriptProcessor
new _ScriptProcessorNodeEventsImpl(this);
final int bufferSize;
-
- // From EventTarget
-
- void $dom_addEventListener(String type, EventListener listener, [bool useCapture]) native "addEventListener";
-
- bool $dom_dispatchEvent(_EventImpl event) native "dispatchEvent";
-
- void $dom_removeEventListener(String type, EventListener listener, [bool useCapture]) native "removeEventListener";
}
class _ScriptProcessorNodeEventsImpl extends _EventsImpl implements ScriptProcessorNodeEvents {
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698