summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/JSEventTargetNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/JSEventTargetNode.h')
-rw-r--r--WebCore/bindings/js/JSEventTargetNode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/bindings/js/JSEventTargetNode.h b/WebCore/bindings/js/JSEventTargetNode.h
index f83490a..b73482a 100644
--- a/WebCore/bindings/js/JSEventTargetNode.h
+++ b/WebCore/bindings/js/JSEventTargetNode.h
@@ -45,8 +45,8 @@ namespace WebCore {
bool getOwnPropertySlot(KJS::ExecState*, const KJS::Identifier&, KJS::PropertySlot&);
KJS::JSValue* getValueProperty(KJS::ExecState*, int token) const;
- virtual void put(KJS::ExecState*, const KJS::Identifier&, KJS::JSValue*);
- void putValueProperty(KJS::ExecState*, int token, KJS::JSValue*);
+ virtual void put(KJS::ExecState*, const KJS::Identifier&, KJS::JSValue* value, int attr);
+ void putValueProperty(KJS::ExecState*, int token, KJS::JSValue* value, int attr);
private:
JSEventTargetBase<JSEventTargetNode> m_base;