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

Unified Diff: client/html/src/SVGElementWrappingImplementation.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:
View side-by-side diff with in-line comments
Download patch
Index: client/html/src/SVGElementWrappingImplementation.dart
diff --git a/client/html/src/SVGElementWrappingImplementation.dart b/client/html/src/SVGElementWrappingImplementation.dart
index 41eb2c85f9acf2b46c1724dcf305253b5a92d509..2e5861792a5473be3760531d45402162bd1e84f9 100644
--- a/client/html/src/SVGElementWrappingImplementation.dart
+++ b/client/html/src/SVGElementWrappingImplementation.dart
@@ -7,7 +7,7 @@ class _SVGClassSet extends _CssClassSet {
String _className() => _element.className.baseVal;
- viod _write(Set s) {
+ void _write(Set s) {
_element.className.baseVal = _formatSet(s);
}
}

Powered by Google App Engine
This is Rietveld 408576698