summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge/objc/objc_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bridge/objc/objc_class.h')
-rw-r--r--WebCore/bridge/objc/objc_class.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/bridge/objc/objc_class.h b/WebCore/bridge/objc/objc_class.h
index d96c604..3735680 100644
--- a/WebCore/bridge/objc/objc_class.h
+++ b/WebCore/bridge/objc/objc_class.h
@@ -40,12 +40,10 @@ public:
// Return the cached ObjC of the specified name.
static ObjcClass *classForIsA(ClassStructPtr);
- virtual const char *name() const;
-
virtual MethodList methodsNamed(const Identifier&, Instance *instance) const;
virtual Field *fieldNamed(const Identifier&, Instance *instance) const;
- virtual JSValue* fallbackObject(ExecState *exec, Instance *instance, const Identifier &propertyName);
+ virtual JSValuePtr fallbackObject(ExecState *exec, Instance *instance, const Identifier &propertyName);
ClassStructPtr isa() { return _isa; }