Skip to content

Commit 774ddfd

Browse files
committed
Adapt to rename in core module.
1 parent d9d57ee commit 774ddfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/io/sf/carte/doc/agent/net/ResourceDownloader.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121

2222
import io.sf.carte.doc.agent.IllegalOriginException;
2323
import io.sf.carte.doc.style.css.CSSDocument;
24+
import io.sf.carte.doc.style.css.CSSFontFaceRule;
2425
import io.sf.carte.doc.style.css.CSSStyleDeclaration;
2526
import io.sf.carte.doc.style.css.CSSTypedValue;
2627
import io.sf.carte.doc.style.css.CSSValue;
27-
import io.sf.carte.doc.style.css.ExtendedCSSFontFaceRule;
2828
import io.sf.carte.doc.style.css.property.ValueList;
2929

3030
/**
@@ -45,7 +45,7 @@ protected ResourceDownloader(URL url) {
4545
this.url = url;
4646
}
4747

48-
protected ResourceDownloader(ExtendedCSSFontFaceRule rule) throws IllegalArgumentException {
48+
protected ResourceDownloader(CSSFontFaceRule rule) throws IllegalArgumentException {
4949
URL[] urlist = extractURL(rule.getStyle());
5050
if (urlist == null) {
5151
throw new IllegalArgumentException("No URLs to download font");

0 commit comments

Comments
 (0)