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

Unified Diff: client/html/generated/src/wrapping/_InputElementWrappingImplementation.dart

Issue 8835006: New version of dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typos 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
Index: client/html/generated/src/wrapping/_InputElementWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_InputElementWrappingImplementation.dart b/client/html/generated/src/wrapping/_InputElementWrappingImplementation.dart
index 96b37c77fd57ba6cb3c5779195fca1374c215a55..1b242d2d7c18080de318fe638a9ff3e74401a686 100644
--- a/client/html/generated/src/wrapping/_InputElementWrappingImplementation.dart
+++ b/client/html/generated/src/wrapping/_InputElementWrappingImplementation.dart
@@ -103,10 +103,6 @@ class InputElementWrappingImplementation extends ElementWrappingImplementation i
void set name(String value) { _ptr.name = value; }
- EventListener get onwebkitspeechchange() { return LevelDom.wrapEventListener(_ptr.onwebkitspeechchange); }
-
- void set onwebkitspeechchange(EventListener value) { _ptr.onwebkitspeechchange = LevelDom.unwrap(value); }
-
String get pattern() { return _ptr.pattern; }
void set pattern(String value) { _ptr.pattern = value; }
@@ -216,11 +212,6 @@ class InputElementWrappingImplementation extends ElementWrappingImplementation i
}
}
- void setValueForUser(String value) {
- _ptr.setValueForUser(value);
- return;
- }
-
void stepDown([int n = null]) {
if (n === null) {
_ptr.stepDown();

Powered by Google App Engine
This is Rietveld 408576698