From faf99ed6aa725bc98b665e0d71a240441686063b Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Fri, 7 Oct 2011 17:45:39 +0100 Subject: [PATCH] back out 32989cd5377b for total (non-DEBUG) bustage --- gfx/thebes/gfxHarfBuzzShaper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/thebes/gfxHarfBuzzShaper.cpp b/gfx/thebes/gfxHarfBuzzShaper.cpp index 0010aabcd36..fe35150ff27 100644 --- a/gfx/thebes/gfxHarfBuzzShaper.cpp +++ b/gfx/thebes/gfxHarfBuzzShaper.cpp @@ -899,7 +899,7 @@ gfxHarfBuzzShaper::InitTextRun(gfxContext *aContext, hb_buffer_destroy(buffer); hb_font_destroy(font); - return NS_SUCCEEDED(rv); + return PR_TRUE; } /**