File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ public void addPseudoElement(String pseudo) throws InvalidParamException {
239
239
throw new InvalidParamException ("pseudo" , "::" + pseudo , ac );
240
240
}
241
241
242
- public void setPseudoFun (String pseudo , String param )
242
+ public void setPseudoFun (ApplContext ac , String pseudo , String param )
243
243
throws InvalidParamException {
244
244
245
245
CssVersion version = ac .getCssVersion ();
@@ -255,7 +255,7 @@ public void setPseudoFun(String pseudo, String param)
255
255
}
256
256
}
257
257
258
- public void setPseudoFun (String pseudo , ArrayList <CssSelectors > selector_list )
258
+ public void setPseudoFun (ApplContext ac , String pseudo , ArrayList <CssSelectors > selector_list )
259
259
throws InvalidParamException {
260
260
261
261
CssVersion version = ac .getCssVersion ();
You can’t perform that action at this time.
0 commit comments