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

Unified Diff: client/dom/generated/src/wrapping/_SpeechInputEventWrappingImplementation.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/_SpeechInputEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_SpeechInputEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SpeechInputEventWrappingImplementation.dart
index 29a3d7d74681b120c9780b7d3d8ebe03a96b603f..7bdabbd905cb4c3fda3a2bf583cb81200a9a474d 100644
--- a/client/dom/generated/src/wrapping/_SpeechInputEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_SpeechInputEventWrappingImplementation.dart
@@ -11,8 +11,8 @@ class _SpeechInputEventWrappingImplementation extends _EventWrappingImplementati
return new _SpeechInputEventWrappingImplementation();
}
- SpeechInputResultList get results() { return _get__SpeechInputEvent_results(this); }
- static SpeechInputResultList _get__SpeechInputEvent_results(var _this) native;
+ SpeechInputResultList get results() { return _get_results(this); }
+ static SpeechInputResultList _get_results(var _this) native;
String get typeName() { return "SpeechInputEvent"; }
}

Powered by Google App Engine
This is Rietveld 408576698