Rename font_face::FontFaceRule to FontFaceData.

This commit is contained in:
Xidorn Quan 2017-03-30 11:39:58 +11:00
parent e36b92507e
commit 2c0347ac5b
5 changed files with 19 additions and 17 deletions

View file

@ -11,8 +11,8 @@ use dom::cssstylesheet::CSSStyleSheet;
use dom::window::Window;
use dom_struct::dom_struct;
use std::sync::Arc;
use style::font_face::FontFaceRule;
use style::shared_lock::{Locked, ToCssWithGuard};
use style::stylesheets::FontFaceRule;
#[dom_struct]
pub struct CSSFontFaceRule {