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

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

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 9 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:
View side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/wrapping/_SpeechInputResultWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_SpeechInputResultWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SpeechInputResultWrappingImplementation.dart
index 143bcb3023d2c5ec461049d93611610bec32209e..75b060ce0cf578c6325f95eee38bcfd32f4aae98 100644
--- a/client/dom/generated/src/wrapping/_SpeechInputResultWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_SpeechInputResultWrappingImplementation.dart
@@ -11,11 +11,11 @@ class _SpeechInputResultWrappingImplementation extends DOMWrapperBase implements
return new _SpeechInputResultWrappingImplementation();
}
- num get confidence() { return _get__SpeechInputResult_confidence(this); }
- static num _get__SpeechInputResult_confidence(var _this) native;
+ num get confidence() { return _get_confidence(this); }
+ static num _get_confidence(var _this) native;
- String get utterance() { return _get__SpeechInputResult_utterance(this); }
- static String _get__SpeechInputResult_utterance(var _this) native;
+ String get utterance() { return _get_utterance(this); }
+ static String _get_utterance(var _this) native;
String get typeName() { return "SpeechInputResult"; }
}

Powered by Google App Engine
This is Rietveld 408576698