[Webkit-unassigned] [Bug 68996] [GTK][WEBKIT2] Add Font and Encoding properties to WebKitWebSettings.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 28 09:17:28 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68996





--- Comment #9 from Martin Robinson <mrobinson at webkit.org>  2011-09-28 09:17:28 PST ---
(In reply to comment #8)

> I think we should use placement new syntax and we don't need that. Or am I wrong? I think I already proposed using it in the other bug about web settings.

Sorry, I should have been more clear here. Iswas referring to explicitly calling the destructor.  If we use placement new syntax, we need to do it so that the destructors of all the members are called. If we use "new Private" we can just call "delete Private" later to have the same effect.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list