| Index: tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate b/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate
|
| index ca83f233e9af92ffa43e9ac66fb80a5f7cb5f6b5..c7d1075ed41ae5fe355e730e323aafb5c13c97a7 100644
|
| --- a/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate
|
| @@ -24,6 +24,7 @@ $if DART2JS
|
| void setProperty(String propertyName, String value, [String priority]) {
|
| // try/catch for IE9 which throws on unsupported values.
|
| try {
|
| + if (value == null) value = '';
|
| if (priority == null) {
|
| priority = '';
|
| }
|
|
|