From 5ddde30071f639962dd557c453f2ad01f8f0fd00 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Wed, 8 Sep 2010 12:18:00 +0100 Subject: Merge WebKit at r66666 : Initial merge by git. Change-Id: I57dedeb49859adc9c539e760f0e749768c66626f --- WebCore/wml/WMLAccessElement.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'WebCore/wml/WMLAccessElement.cpp') diff --git a/WebCore/wml/WMLAccessElement.cpp b/WebCore/wml/WMLAccessElement.cpp index d6e6768..0e13106 100644 --- a/WebCore/wml/WMLAccessElement.cpp +++ b/WebCore/wml/WMLAccessElement.cpp @@ -37,6 +37,11 @@ WMLAccessElement::WMLAccessElement(const QualifiedName& tagName, Document* doc) { } +PassRefPtr WMLAccessElement::create(const QualifiedName& tagName, Document* document) +{ + return adoptRef(new WMLAccessElement(tagName, document)); +} + void WMLAccessElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == domainAttr) { -- cgit v1.1