Address review comments

This commit is contained in:
Manish Goregaokar 2016-11-22 09:08:14 -08:00
parent 18742e72fa
commit 95cbf1a885
2 changed files with 16 additions and 12 deletions

View file

@ -54,6 +54,7 @@ impl CSSStyleSheetMethods for CSSStyleSheet {
// https://drafts.csswg.org/cssom/#dom-cssstylesheet-cssrules
fn CssRules(&self) -> Root<CSSRuleList> {
// XXXManishearth check origin clean flag
// https://github.com/servo/servo/issues/14327
self.rulelist()
}