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

Unified Diff: client/html/src/DocumentFragmentWrappingImplementation.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 | « client/html/src/Device.dart ('k') | client/tests/client/client.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/DocumentFragmentWrappingImplementation.dart
diff --git a/client/html/src/DocumentFragmentWrappingImplementation.dart b/client/html/src/DocumentFragmentWrappingImplementation.dart
index 03099853160e641f176b6243e86c02d3fdba75b3..30b637f4a089c5994114015fc3048cb14d644270 100644
--- a/client/html/src/DocumentFragmentWrappingImplementation.dart
+++ b/client/html/src/DocumentFragmentWrappingImplementation.dart
@@ -109,7 +109,7 @@ class FilteredElementList implements ElementList {
class EmptyStyleDeclaration extends CSSStyleDeclarationWrappingImplementation {
// This can't call super(), since that's a factory constructor
EmptyStyleDeclaration()
- : super._wrap(dom.document.createElement('div').style) {}
+ : super._wrap(dom.document.createElement('div').style);
void set cssText(String value) {
throw new UnsupportedOperationException(
« no previous file with comments | « client/html/src/Device.dart ('k') | client/tests/client/client.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698