File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/java/org/htmlunit/javascript/host Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1919import org .htmlunit .corejs .javascript .Scriptable ;
2020import org .htmlunit .javascript .configuration .JsxClass ;
2121import org .htmlunit .javascript .configuration .JsxConstructor ;
22- import org .htmlunit .javascript .configuration .JsxConstructorAlias ;
2322import org .htmlunit .javascript .configuration .JsxGetter ;
2423import org .htmlunit .javascript .configuration .JsxSetter ;
2524import org .htmlunit .javascript .host .dom .DOMRectReadOnly ;
@@ -44,7 +43,6 @@ public class DOMRect extends DOMRectReadOnly {
4443 * @return the java object to allow JavaScript to access
4544 */
4645 @ JsxConstructor
47- @ JsxConstructorAlias (alias = "WebKitCSSMatrix" )
4846 public static DOMRect jsConstructor (final Context cx , final Scriptable scope ,
4947 final Object [] args , final Function ctorObj , final boolean inNewExpr ) {
5048
You can’t perform that action at this time.
0 commit comments