Skip to content

Commit 951cdce

Browse files
committed
added applcontext for further checks
1 parent 133212f commit 951cdce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org/w3c/css/parser/CssSelectors.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public void addPseudoElement(String pseudo) throws InvalidParamException {
239239
throw new InvalidParamException("pseudo", "::" + pseudo, ac);
240240
}
241241

242-
public void setPseudoFun(String pseudo, String param)
242+
public void setPseudoFun(ApplContext ac, String pseudo, String param)
243243
throws InvalidParamException {
244244

245245
CssVersion version = ac.getCssVersion();
@@ -255,7 +255,7 @@ public void setPseudoFun(String pseudo, String param)
255255
}
256256
}
257257

258-
public void setPseudoFun(String pseudo, ArrayList<CssSelectors> selector_list)
258+
public void setPseudoFun(ApplContext ac, String pseudo, ArrayList<CssSelectors> selector_list)
259259
throws InvalidParamException {
260260

261261
CssVersion version = ac.getCssVersion();

0 commit comments

Comments
 (0)