File tree 1 file changed +2
-2
lines changed
src/io/sf/carte/doc/agent/net
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
22
22
import io .sf .carte .doc .agent .IllegalOriginException ;
23
23
import io .sf .carte .doc .style .css .CSSDocument ;
24
+ import io .sf .carte .doc .style .css .CSSFontFaceRule ;
24
25
import io .sf .carte .doc .style .css .CSSStyleDeclaration ;
25
26
import io .sf .carte .doc .style .css .CSSTypedValue ;
26
27
import io .sf .carte .doc .style .css .CSSValue ;
27
- import io .sf .carte .doc .style .css .ExtendedCSSFontFaceRule ;
28
28
import io .sf .carte .doc .style .css .property .ValueList ;
29
29
30
30
/**
@@ -45,7 +45,7 @@ protected ResourceDownloader(URL url) {
45
45
this .url = url ;
46
46
}
47
47
48
- protected ResourceDownloader (ExtendedCSSFontFaceRule rule ) throws IllegalArgumentException {
48
+ protected ResourceDownloader (CSSFontFaceRule rule ) throws IllegalArgumentException {
49
49
URL [] urlist = extractURL (rule .getStyle ());
50
50
if (urlist == null ) {
51
51
throw new IllegalArgumentException ("No URLs to download font" );
You can’t perform that action at this time.
0 commit comments