diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-09-14 13:10:29 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-09-14 20:33:43 +0200 |
commit | 0a9309aa96aafd8bf4d4cf6d65e9c65643399904 (patch) | |
tree | 13c541ee4dcc8073a0a11a934a303c5569e685c3 /components/style/gecko/data.rs | |
parent | 2cbd27c83a6974f6d00ccd2873ff1914c3af0614 (diff) | |
download | servo-0a9309aa96aafd8bf4d4cf6d65e9c65643399904.tar.gz servo-0a9309aa96aafd8bf4d4cf6d65e9c65643399904.zip |
style: Unify how servo and Gecko handle UA sheets.
Diffstat (limited to 'components/style/gecko/data.rs')
-rw-r--r-- | components/style/gecko/data.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/gecko/data.rs b/components/style/gecko/data.rs index 5b5e1390f66..698a00282d2 100644 --- a/components/style/gecko/data.rs +++ b/components/style/gecko/data.rs @@ -155,7 +155,6 @@ impl PerDocumentStyleDataImpl { { self.stylist.flush( &StylesheetGuards::same(guard), - /* ua_sheets = */ None, document_element, ) } |