JSO apis: remove wrong methods. See #695

This commit is contained in:
Alexey Andreev 2023-04-26 10:13:35 +02:00
parent 25890adcf8
commit 7cd121ec97

View File

@ -40,9 +40,5 @@ public interface CSSStyleDeclaration extends JSObject {
void setProperty(String property, String value, String priority);
void setPropertyValue(String property, String value);
void setPropertyPriority(String property, String priority);
String removeProperty(String property);
}