From 365a99a2763044e5091061c41bd14265e8474c43 Mon Sep 17 00:00:00 2001 From: "Brian J. Burg" Date: Mon, 29 Oct 2012 12:20:53 -0700 Subject: [PATCH] Add note about Issue #163 to source. --- src/servo/text/text_run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servo/text/text_run.rs b/src/servo/text/text_run.rs index 9b41c800350..c415ceca263 100644 --- a/src/servo/text/text_run.rs +++ b/src/servo/text/text_run.rs @@ -49,7 +49,7 @@ impl TextRun { glyphs: move glyph_store, }; - // XXX wrong! use typedef + // XXX(Issue #163): wrong! use typedef (as commented out) let shaper = harfbuzz::shaper::HarfbuzzShaper::new(); // let shaper = Shaper::new(); shaper.shape_textrun(&run);