Skip to content

Commit

Permalink
Convert currentColor crash into a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
bholley committed Aug 4, 2016
1 parent 1e73076 commit b916ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/properties/gecko.mako.rs
Expand Up @@ -259,7 +259,7 @@ def set_gecko_property(ffi_name, expr):
// In the longer term, Gecko should store currentColor as a computed
// value, so that we don't need to do this:
// https://bugzilla.mozilla.org/show_bug.cgi?id=760345
unimplemented!();
warn!("stylo: mishandling currentColor");
% endif
</%def>

Expand Down

0 comments on commit b916ad0

Please sign in to comment.