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

Unified Diff: lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate

Issue 11065014: Override CSSStyleDeclaration.getPropertyValue in general way. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate
diff --git a/lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate b/lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate
index ed2420e9506f52fa27f99f6bb39a13c70a50ca72..521a19c595975d633157e863a28924aaeb7ed79c 100644
--- a/lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate
+++ b/lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate
@@ -797,6 +797,8 @@ $!MEMBERS
/** Sets the value of "font-weight" */
void set fontWeight(var value);
+ String getPropertyValue(String propertyName);
+
/** Gets the value of "height" */
String get height;

Powered by Google App Engine
This is Rietveld 408576698