[webkit-reviews] review cancelled: [Bug 10467] WebKit should have Qt platform support (Part II) : [Attachment 10151] Patch chunk: fonts related stuff

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Thu Aug 24 09:37:58 PDT 2006


Alexey Proskuryakov <ap at nypop.com> has cancelled Nikolas Zimmermann
<zimmermann at kde.org>'s request for review:
Bug 10467: WebKit should have Qt platform support (Part II)
http://bugzilla.opendarwin.org/show_bug.cgi?id=10467

Attachment 10151: Patch chunk: fonts related stuff
http://bugzilla.opendarwin.org/attachment.cgi?id=10151&action=edit

------- Additional Comments from Alexey Proskuryakov <ap at nypop.com>
+FontPlatformData* FontCache::createFontPlatformData(const FontDescription&
fontDescription, const AtomicString& family)
+{
+    return new FontPlatformData(fontDescription, family);
+}

This leaks; will change to "return 0;" when landing.

r=me



More information about the webkit-reviews mailing list