Skip to content

Commit

Permalink
Bug 1623777 - Replace fancy right single quotation mark with less fan…
Browse files Browse the repository at this point in the history
…cy one. r=gw,jrmuizel

So that moz-phab stops throwing an encoding error.

Differential Revision: https://phabricator.services.mozilla.com/D67560
  • Loading branch information
nical committed Mar 23, 2020
1 parent 1b757cb commit 73ee89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/wr/webrender/src/picture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3937,7 +3937,7 @@ pub enum Picture3DContext<C> {
/// Additional data per child for the case of this a root of 3D hierarchy.
root_data: Option<Vec<C>>,
/// The spatial node index of an "ancestor" element, i.e. one
/// that establishes the transformed elements containing block.
/// that establishes the transformed element's containing block.
///
/// See CSS spec draft for more details:
/// https://drafts.csswg.org/css-transforms-2/#accumulated-3d-transformation-matrix-computation
Expand Down

0 comments on commit 73ee89b

Please sign in to comment.