summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/DocumentFragment.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/DocumentFragment.h')
-rw-r--r--WebCore/dom/DocumentFragment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/dom/DocumentFragment.h b/WebCore/dom/DocumentFragment.h
index 5eff17f..d3dadb8 100644
--- a/WebCore/dom/DocumentFragment.h
+++ b/WebCore/dom/DocumentFragment.h
@@ -33,8 +33,8 @@ class DocumentFragment : public ContainerNode {
public:
static PassRefPtr<DocumentFragment> create(Document*);
- void parseHTML(const String&, FragmentScriptingPermission = FragmentScriptingAllowed);
- bool parseXML(const String&, Element* parent, FragmentScriptingPermission = FragmentScriptingAllowed);
+ void parseHTML(const String&, Element* contextElement, FragmentScriptingPermission = FragmentScriptingAllowed);
+ bool parseXML(const String&, Element* contextElement, FragmentScriptingPermission = FragmentScriptingAllowed);
private:
DocumentFragment(Document*);