summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLIntentElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLIntentElement.cpp')
-rw-r--r--Source/WebCore/html/HTMLIntentElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLIntentElement.cpp b/Source/WebCore/html/HTMLIntentElement.cpp
index aec2dbf73..c9cfb32b6 100644
--- a/Source/WebCore/html/HTMLIntentElement.cpp
+++ b/Source/WebCore/html/HTMLIntentElement.cpp
@@ -51,7 +51,7 @@ PassRefPtr<HTMLIntentElement> HTMLIntentElement::create(const QualifiedName& tag
return adoptRef(new HTMLIntentElement(tagName, document));
}
-Node::InsertionNotificationRequest HTMLIntentElement::insertedInto(Node* insertionPoint)
+Node::InsertionNotificationRequest HTMLIntentElement::insertedInto(ContainerNode* insertionPoint)
{
HTMLElement::insertedInto(insertionPoint);