diff options
Diffstat (limited to 'WebCore/bridge/runtime_method.h')
-rw-r--r-- | WebCore/bridge/runtime_method.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/bridge/runtime_method.h b/WebCore/bridge/runtime_method.h index 5333c14..3233ffa 100644 --- a/WebCore/bridge/runtime_method.h +++ b/WebCore/bridge/runtime_method.h @@ -53,6 +53,7 @@ public: private: static JSValue lengthGetter(ExecState*, const Identifier&, const PropertySlot&); virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&); + virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&); virtual CallType getCallData(CallData&); OwnPtr<Bindings::MethodList> _methodList; |