diff options
Diffstat (limited to 'WebCore/wml/WMLIntrinsicEvent.cpp')
-rw-r--r-- | WebCore/wml/WMLIntrinsicEvent.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/wml/WMLIntrinsicEvent.cpp b/WebCore/wml/WMLIntrinsicEvent.cpp index ec5e987..bb631b9 100644 --- a/WebCore/wml/WMLIntrinsicEvent.cpp +++ b/WebCore/wml/WMLIntrinsicEvent.cpp @@ -43,11 +43,6 @@ WMLIntrinsicEvent::WMLIntrinsicEvent(Document* document, const String& targetURL m_taskElement->setAttribute(HTMLNames::hrefAttr, targetURL); } -PassRefPtr<WMLIntrinsicEvent> WMLIntrinsicEvent::create(const QualifiedName& tagName, Document* document) -{ - return adoptRef(new WMLIntrinsicEvent(tagName, document)); -} - WMLIntrinsicEvent::WMLIntrinsicEvent(WMLTaskElement* taskElement) : m_taskElement(taskElement) { |