[Webkit-unassigned] [Bug 44954] [WML] Need to implement executeTask() in WMLTaskElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 7 00:19:51 PDT 2010


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |krit at webkit.org
     Ever Confirmed|0                           |1




--- Comment #2 from Dirk Schulze <krit at webkit.org>  2010-09-07 00:19:50 PST ---
Do we ever create a WMLTaskElement? It looks like it is just the base class for:

WMLGoElement.h:class WMLGoElement : public WMLTaskElement {
WMLPrevElement.h:class WMLPrevElement : public WMLTaskElement {
WMLRefreshElement.h:class WMLRefreshElement : public WMLTaskElement {

So maybe it's better to remove the 'create' here and move the CTor to protected, the same for the DTor:

protected:
        WMLTaskElement(const QualifiedName& tagName, Document*);
        virtual ~WMLTaskElement();

Can you test this please?

I'm also confused, that we don't have 'create' for the elements mentioned above (Go, Prev, Refresh).

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