[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:26:09 PDT 2011


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





--- Comment #10 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-09-28 09:26:09 PST ---
(In reply to comment #9)

> 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.

Ah!, I didn't know we had to manually call the destructor . . . I need to fix it in other places then :-P Sorry for the noise.

-- 
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