Stop mapping overflow-wrap to mWordWrap.

This was fixed in gecko: https://bugzilla.mozilla.org/show_bug.cgi?id=955857
This commit is contained in:
Bobby Holley 2016-05-26 08:40:11 -07:00 committed by Emilio Cobos Álvarez
parent 3204bfdcfd
commit decf8c40f7
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -309,8 +309,7 @@ ${helpers.predefined_type("text-indent",
// name per CSS-TEXT 6.2.
${helpers.single_keyword("overflow-wrap",
"normal break-word",
gecko_ffi_name="mWordWrap",
gecko_constant_prefix="NS_STYLE_WORDWRAP")}
gecko_constant_prefix="NS_STYLE_OVERFLOWWRAP")}
// TODO(pcwalton): Support `word-break: keep-all` once we have better CJK support.
${helpers.single_keyword("word-break",