diff options
Diffstat (limited to 'components/script/dom/webidls')
-rw-r--r-- | components/script/dom/webidls/CSSStyleDeclaration.webidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webidls/CSSStyleDeclaration.webidl b/components/script/dom/webidls/CSSStyleDeclaration.webidl index 0d716d4ab15..1d642acf17c 100644 --- a/components/script/dom/webidls/CSSStyleDeclaration.webidl +++ b/components/script/dom/webidls/CSSStyleDeclaration.webidl @@ -79,6 +79,7 @@ partial interface CSSStyleDeclaration { [TreatNullAs=EmptyString] attribute DOMString boxSizing; [TreatNullAs=EmptyString] attribute DOMString boxShadow; + [TreatNullAs=EmptyString] attribute DOMString textShadow; //[TreatNullAs=EmptyString] attribute DOMString float; //XXXjdm need BinaryName annotation |