Auto merge of #19220 - CYBAI:font-variant-east-asian-out-of-mako, r=emilio

style: Move font-variant-east-asian outside of mako

This is a sub-PR of #19015
r? emilio

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #19216
- [x] These changes do not require tests

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19220)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-11-15 20:00:48 -06:00 committed by GitHub
commit 8c332f5dd3
7 changed files with 270 additions and 148 deletions

View file

@ -186,6 +186,7 @@ pub extern "C" fn Servo_Initialize(dummy_url_data: *mut URLExtraData) {
origin_flags::assert_flags_match();
parser::assert_parsing_mode_match();
traversal_flags::assert_traversal_flags_match();
specified::font::assert_variant_east_asian_matches();
// Initialize the dummy url data
unsafe { DUMMY_URL_DATA = dummy_url_data; }