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

Unified Diff: client/html/src/CSSStyleDeclarationWrappingImplementation.dart

Issue 8392023: Code review fixes for CSSStyleDeclaration. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/html/src/Device.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/CSSStyleDeclarationWrappingImplementation.dart
diff --git a/client/html/src/CSSStyleDeclarationWrappingImplementation.dart b/client/html/src/CSSStyleDeclarationWrappingImplementation.dart
index 6fa3045b0797eda259f7fc11d3dc3aba84e855df..222925333d654c672ce3cfe8ef18ac7eb3ae5a33 100644
--- a/client/html/src/CSSStyleDeclarationWrappingImplementation.dart
+++ b/client/html/src/CSSStyleDeclarationWrappingImplementation.dart
@@ -22,7 +22,7 @@ class CSSStyleDeclarationWrappingImplementation extends DOMWrapperBase implement
}
factory CSSStyleDeclarationWrappingImplementation() {
- return new CSSStyleDeclarationWrappingImplementation.css("");
+ return new CSSStyleDeclarationWrappingImplementation.css('');
}
static String get _browserPrefix() {
« no previous file with comments | « no previous file | client/html/src/Device.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698