| 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..1f6d6117faa9ab59c2a7733aa7e0f6048194d39f 100644
|
| --- a/lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate
|
| +++ b/lib/html/templates/html/interface/interface_CSSStyleDeclaration.darttemplate
|
| @@ -797,6 +797,9 @@ $!MEMBERS
|
| /** Sets the value of "font-weight" */
|
| void set fontWeight(var value);
|
|
|
| + /** @domName CSSStyleDeclaration.getPropertyValue. */
|
| + String getPropertyValue(String propertyName);
|
| +
|
| /** Gets the value of "height" */
|
| String get height;
|
|
|
|
|