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

Unified Diff: sdk/lib/html/dartium/html_dartium.dart

Issue 29583004: Make AudioContext work in iOS 7. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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:
Download patch
Index: sdk/lib/html/dartium/html_dartium.dart
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
index a5382551aad5bed0b99e20209300349b7b8b1a3f..e4979cc7de2d24a863cc1eac1b9c1a81f4e30fea 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -31128,7 +31128,10 @@ abstract class CssClassSet implements Set<String> {
* This is the Dart equivalent of jQuery's
* [addClass](http://api.jquery.com/addClass/).
*
- * Returns `true` if [value] was added to the set, otherwise `false`.
+ * If this corresponds to one element. Returns `true` if [value] was added to
+ * the set, otherwise `false`.
+ *
+ * If this corresponds to many elements, `null` is always returned.
*/
bool add(String value);

Powered by Google App Engine
This is Rietveld 408576698