diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/CSSStyleDeclaration.idl')
-rw-r--r-- | Userland/Libraries/LibWeb/CSS/CSSStyleDeclaration.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/CSSStyleDeclaration.idl b/Userland/Libraries/LibWeb/CSS/CSSStyleDeclaration.idl index 6b5ad0ffce..d4f425e9b4 100644 --- a/Userland/Libraries/LibWeb/CSS/CSSStyleDeclaration.idl +++ b/Userland/Libraries/LibWeb/CSS/CSSStyleDeclaration.idl @@ -1,4 +1,4 @@ -[CustomGet,CustomPut] +[CustomGet,CustomSet] interface CSSStyleDeclaration { readonly attribute unsigned long length; |