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

Unified Diff: client/html/release/htmlimpl.dart

Issue 9190060: Fix a dumb typo in SVGElementWrappingImplementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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:
Download patch
Index: client/html/release/htmlimpl.dart
diff --git a/client/html/release/htmlimpl.dart b/client/html/release/htmlimpl.dart
index e61ae76213b39a7fd6dc425c8293d5ca86b62db5..ee8e7bcea24a4ccf2bcfee76a25d06daf9ebe493 100644
--- a/client/html/release/htmlimpl.dart
+++ b/client/html/release/htmlimpl.dart
@@ -24051,7 +24051,7 @@ class _SVGClassSet extends _CssClassSet {
String _className() => _element.className.baseVal;
- viod _write(Set s) {
+ void _write(Set s) {
_element.className.baseVal = _formatSet(s);
}
}
« no previous file with comments | « no previous file | client/html/src/SVGElementWrappingImplementation.dart » ('j') | tools/testing/dart/test_suite.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698