Removed DomName, DosEditable, and experimental annoations they are unused.

R=kevmoo@google.com,vsm@google.com

Fixes #32304

Change-Id: Ia2c8f99f0125c4d4bd0f95a792ff2af8a58e3599
Reviewed-on: https://dart-review.googlesource.com/60400
Commit-Queue: Terry Lucas <terry@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Terry Lucas
2018-06-18 18:48:03 +00:00
committed by commit-bot@chromium.org
parent 7d94755836
commit 8fedfc7f8c
87 changed files with 2 additions and 19365 deletions
-1
View File
@@ -144,7 +144,6 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME $EXTENDS with
}
@DomName('CSSStyleDeclaration.setProperty')
void setProperty(String propertyName, String value, [String priority]) {
return _setPropertyHelper(_browserPropertyName(propertyName),
value, priority);