[Webkit-unassigned] [Bug 48450] [Qt] Extend the Platform Plugin to define the padding of HitTestResult

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 29 14:16:08 PDT 2010


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





--- Comment #10 from Luiz Agostini <luiz at webkit.org>  2010-10-29 14:16:07 PST ---
> > WebKit/qt/examples/platformplugin/WebPlugin.cpp:254
> > +        return new TouchInteraction();
> 
> who deletes it?
Ok! I'll add a private QObject* m_extension variable and delete it in the plugin destructor. Other suggestion?

The user of the plugin should responsible for destroying the TouchInteraction object. createExtension caller should be the owner of the returned object.

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