diff options
author | bors-servo <release+servo@mozilla.com> | 2014-06-05 19:37:36 -0400 |
---|---|---|
committer | bors-servo <release+servo@mozilla.com> | 2014-06-05 19:37:36 -0400 |
commit | 3dedbd2719c78b636f4fd0860b07f1b53ed84c24 (patch) | |
tree | e33acf24000311e24df9936294bfe6dacbb716e5 /src/components/main/layout/inline.rs | |
parent | d293b469442ddc7de4257c14bcba685218019598 (diff) | |
parent | 7212c3573e7f2b13f907e17a5683d382b34ab932 (diff) | |
download | servo-3dedbd2719c78b636f4fd0860b07f1b53ed84c24.tar.gz servo-3dedbd2719c78b636f4fd0860b07f1b53ed84c24.zip |
auto merge of #2589 : bjz/servo/cleanups, r=pcwalton
@pcwalton r?
Might conflict with the rust upgrade - I can rebase later.
Diffstat (limited to 'src/components/main/layout/inline.rs')
-rw-r--r-- | src/components/main/layout/inline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/main/layout/inline.rs b/src/components/main/layout/inline.rs index 1df0e898401..f1911b47226 100644 --- a/src/components/main/layout/inline.rs +++ b/src/components/main/layout/inline.rs @@ -750,7 +750,7 @@ impl InlineFragments { style: other_style, range: mut other_range } = other_range; - + other_range.shift_by(adjustment); self.push_range(other_style, other_range) } |