summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/JSHTMLInputElementBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/JSHTMLInputElementBase.h')
-rw-r--r--WebCore/bindings/js/JSHTMLInputElementBase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/bindings/js/JSHTMLInputElementBase.h b/WebCore/bindings/js/JSHTMLInputElementBase.h
index cb90e07..32bca58 100644
--- a/WebCore/bindings/js/JSHTMLInputElementBase.h
+++ b/WebCore/bindings/js/JSHTMLInputElementBase.h
@@ -36,8 +36,8 @@ namespace WebCore {
virtual 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& propertyName, JSValue*);
- void putValueProperty(KJS::ExecState*, int token, KJS::JSValue*);
+ virtual void put(KJS::ExecState*, const KJS::Identifier& propertyName, JSValue*, int attr);
+ void putValueProperty(KJS::ExecState*, int token, KJS::JSValue*, int attr);
virtual const KJS::ClassInfo* classInfo() const { return &info; }
static const KJS::ClassInfo info;
enum { SelectionStart, SelectionEnd };