mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Convert currentColor crash into a warning.
This commit is contained in:
parent
1e7307601d
commit
b916ad0a85
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ def set_gecko_property(ffi_name, expr):
|
||||||
// In the longer term, Gecko should store currentColor as a computed
|
// In the longer term, Gecko should store currentColor as a computed
|
||||||
// value, so that we don't need to do this:
|
// value, so that we don't need to do this:
|
||||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=760345
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=760345
|
||||||
unimplemented!();
|
warn!("stylo: mishandling currentColor");
|
||||||
% endif
|
% endif
|
||||||
</%def>
|
</%def>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue