diff options
author | CYBAI <cyb.ai.815@gmail.com> | 2017-12-26 22:05:03 +0800 |
---|---|---|
committer | CYBAI <cyb.ai.815@gmail.com> | 2017-12-28 23:13:39 +0800 |
commit | 05b014e72002ffbfc6fd1590ad1cad4167d36286 (patch) | |
tree | 202690b184c88c790b0f1cf1c8c51978fd675484 /ports | |
parent | 97bba5fdc16b4902df4280ec27682a0fa160bc41 (diff) | |
download | servo-05b014e72002ffbfc6fd1590ad1cad4167d36286.tar.gz servo-05b014e72002ffbfc6fd1590ad1cad4167d36286.zip |
style: Move touch-action outside of mako
Diffstat (limited to 'ports')
-rw-r--r-- | ports/geckolib/glue.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/geckolib/glue.rs b/ports/geckolib/glue.rs index 4f871202c9e..0f0de25da53 100644 --- a/ports/geckolib/glue.rs +++ b/ports/geckolib/glue.rs @@ -192,6 +192,7 @@ pub extern "C" fn Servo_Initialize(dummy_url_data: *mut URLExtraData) { traversal_flags::assert_traversal_flags_match(); specified::font::assert_variant_east_asian_matches(); specified::font::assert_variant_ligatures_matches(); + specified::box_::assert_touch_action_matches(); // Initialize the dummy url data unsafe { DUMMY_URL_DATA = dummy_url_data; } |