diff options
Diffstat (limited to 'WebKit/qt/Api/qwebelement.cpp')
| -rw-r--r-- | WebKit/qt/Api/qwebelement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/qt/Api/qwebelement.cpp b/WebKit/qt/Api/qwebelement.cpp index 8f40c0f..60ae3a0 100644 --- a/WebKit/qt/Api/qwebelement.cpp +++ b/WebKit/qt/Api/qwebelement.cpp @@ -1020,7 +1020,7 @@ void QWebElement::appendInside(const QString &markup) return; HTMLElement* htmlElement = static_cast<HTMLElement*>(m_element); - RefPtr<DocumentFragment> fragment = htmlElement->deprecatedCreateContextualFragment(markup); + RefPtr<DocumentFragment> fragment = htmlElement->Element::deprecatedCreateContextualFragment(markup); ExceptionCode exception = 0; m_element->appendChild(fragment, exception); |
