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

Unified Diff: client/html/generated/src/wrapping/_CSSStyleSheetWrappingImplementation.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/_CSSStyleSheetWrappingImplementation.dart
diff --git a/client/html/generated/src/wrapping/_CSSStyleSheetWrappingImplementation.dart b/client/html/generated/src/wrapping/_CSSStyleSheetWrappingImplementation.dart
index aca960b1c8159d382f4871b5eb70f49c2a5d00ff..db89c8523916417cfd6eef6e930891d64538117b 100644
--- a/client/html/generated/src/wrapping/_CSSStyleSheetWrappingImplementation.dart
+++ b/client/html/generated/src/wrapping/_CSSStyleSheetWrappingImplementation.dart
@@ -13,7 +13,7 @@ class CSSStyleSheetWrappingImplementation extends StyleSheetWrappingImplementati
CSSRuleList get rules() { return LevelDom.wrapCSSRuleList(_ptr.rules); }
- int addRule(String selector, String style, [int index = null]) {
+ int addRule(String selector, String style, [int index]) {
if (index === null) {
return _ptr.addRule(selector, style);
} else {

Powered by Google App Engine
This is Rietveld 408576698