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

Unified Diff: client/html/generated/src/wrapping/_DataTransferItemWrappingImplementation.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/_DataTransferItemWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_DataTransferItemWrappingImplementation.dart b/client/html/generated/src/wrapping/_DataTransferItemWrappingImplementation.dart
index 3887a4dc71062b97cb3a423f32d8f02bbece8611..637c59f15c00ad3434ed959cfb2a7f32f4ac6d10 100644
--- a/client/html/generated/src/wrapping/_DataTransferItemWrappingImplementation.dart
+++ b/client/html/generated/src/wrapping/_DataTransferItemWrappingImplementation.dart
@@ -16,7 +16,7 @@ class DataTransferItemWrappingImplementation extends DOMWrapperBase implements D
}
void getAsString(StringCallback callback) {
- _ptr.getAsString(LevelDom.unwrap(callback));
+ _ptr.getAsString(callback);
return;
}
}

Powered by Google App Engine
This is Rietveld 408576698