summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/custom/V8DOMParserConstructor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/custom/V8DOMParserConstructor.cpp')
-rw-r--r--WebCore/bindings/v8/custom/V8DOMParserConstructor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/custom/V8DOMParserConstructor.cpp b/WebCore/bindings/v8/custom/V8DOMParserConstructor.cpp
index f96b889..4af5c6e 100644
--- a/WebCore/bindings/v8/custom/V8DOMParserConstructor.cpp
+++ b/WebCore/bindings/v8/custom/V8DOMParserConstructor.cpp
@@ -39,7 +39,7 @@ namespace WebCore {
CALLBACK_FUNC_DECL(DOMParserConstructor)
{
INC_STATS("DOM.DOMParser.Contructor");
- return V8Proxy::ConstructDOMObject<V8ClassIndex::DOMPARSER, DOMParser>(args);
+ return V8Proxy::constructDOMObject<V8ClassIndex::DOMPARSER, DOMParser>(args);
}
} // namespace WebCore