| 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;
|
|
|
|
|