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 8360025: Move the individual property definitions from client/base/Css to 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
Index: client/html/src/DocumentFragmentWrappingImplementation.dart
diff --git a/client/html/src/DocumentFragmentWrappingImplementation.dart b/client/html/src/DocumentFragmentWrappingImplementation.dart
index a661f839bdf87105dd321ac1ad0cb16f48c75289..b1a512f52e7503e155ae7c3eca82a7dffcab298b 100644
--- a/client/html/src/DocumentFragmentWrappingImplementation.dart
+++ b/client/html/src/DocumentFragmentWrappingImplementation.dart
@@ -106,7 +106,7 @@ class FilteredElementList implements ElementList {
Element last() => _filtered.last();
}
-class EmptyStyleDeclaration implements CSSStyleDeclaration {
+class EmptyStyleDeclaration extends CSSStyleDeclarationWrappingImplementation {
Jacob 2011/10/21 17:12:23 this doesn't seem right... what will _ptr be set t
nweiz 2011/10/24 19:48:28 It shouldn't need to be set to anything. We overri
Jacob 2011/10/24 20:07:16 clever
String get cssText() => "";
int get length() => 0;
CSSRule get parentRule() => null;

Powered by Google App Engine
This is Rietveld 408576698