summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/JSXSLTProcessorConstructor.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/JSXSLTProcessorConstructor.h')
-rw-r--r--WebCore/bindings/js/JSXSLTProcessorConstructor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/bindings/js/JSXSLTProcessorConstructor.h b/WebCore/bindings/js/JSXSLTProcessorConstructor.h
index 64ef944..96fa607 100644
--- a/WebCore/bindings/js/JSXSLTProcessorConstructor.h
+++ b/WebCore/bindings/js/JSXSLTProcessorConstructor.h
@@ -32,9 +32,9 @@
namespace WebCore {
- class JSXSLTProcessorConstructor : public DOMObject {
+ class JSXSLTProcessorConstructor : public DOMConstructorObject {
public:
- JSXSLTProcessorConstructor(JSC::ExecState*);
+ JSXSLTProcessorConstructor(JSC::ExecState*, JSDOMGlobalObject*);
static const JSC::ClassInfo s_info;
private: