[Webkit-unassigned] [Bug 44950] [WML] Add create functions to WML
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 7 00:02:23 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44950
Dirk Schulze <krit at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #66676|review?, commit-queue? |review-, commit-queue-
Flag| |
--- Comment #6 from Dirk Schulze <krit at webkit.org> 2010-09-07 00:02:23 PST ---
(From update of attachment 66676)
View in context: https://bugs.webkit.org/attachment.cgi?id=66676&action=prettypatch
> WebCore/wml/WMLFormControlElement.h:34
> public:
> + static PassRefPtr<WMLFormControlElement> create(const QualifiedName&, Document*);
> +
> WMLFormControlElement(const QualifiedName&, Document*);
> virtual ~WMLFormControlElement();
sorry, I thougt it was clear now. The Ctor: WMLFormControlElement(const QualifiedName&, Document*); should be private now! The same way like you did it for WMLIntrinsicEvent.
Rest looks fine.
--
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