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

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

Issue 9242002: Webkit refresh. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 11 months 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/_TextTrackCueWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_TextTrackCueWrappingImplementation.dart b/client/dom/generated/src/wrapping/_TextTrackCueWrappingImplementation.dart
index 46ea48a920e9f7edc0ef3e147b35529702704a29..f9b9c4e522f9f0e32e4262f17730fa76daeaa560 100644
--- a/client/dom/generated/src/wrapping/_TextTrackCueWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_TextTrackCueWrappingImplementation.dart
@@ -77,6 +77,12 @@ class _TextTrackCueWrappingImplementation extends DOMWrapperBase implements Text
void set startTime(num value) { _set_startTime(this, value); }
static void _set_startTime(var _this, num value) native;
+ String get text() { return _get_text(this); }
+ static String _get_text(var _this) native;
+
+ void set text(String value) { _set_text(this, value); }
+ static void _set_text(var _this, String value) native;
+
int get textPosition() { return _get_textPosition(this); }
static int _get_textPosition(var _this) native;
@@ -108,11 +114,6 @@ class _TextTrackCueWrappingImplementation extends DOMWrapperBase implements Text
}
static DocumentFragment _getCueAsHTML(receiver) native;
- String getCueAsSource() {
- return _getCueAsSource(this);
- }
- static String _getCueAsSource(receiver) native;
-
void removeEventListener(String type, EventListener listener, [bool useCapture = null]) {
if (useCapture === null) {
_removeEventListener(this, type, listener);
« no previous file with comments | « client/dom/generated/src/wrapping/_PointerLockWrappingImplementation.dart ('k') | client/dom/generated/wrapping_dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698