template<> void derefIfNotNull(cairo_font_face_t* ptr) 62 { 63 if (LIKELY(ptr != 0)) 64 cairo_font_face_reference(ptr); 65 } Line 64 should certainly read cairo_font_face_destroy.
Created attachment 88067 [details] Patch
Comment on attachment 88067 [details] Patch wow, oops?
Comment on attachment 88067 [details] Patch Clearing flags on attachment: 88067 Committed r82890: <http://trac.webkit.org/changeset/82890>
All reviewed patches have been landed. Closing bug.