summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge/c/c_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bridge/c/c_class.h')
-rw-r--r--WebCore/bridge/c/c_class.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/bridge/c/c_class.h b/WebCore/bridge/c/c_class.h
index 9a08605..7f20af4 100644
--- a/WebCore/bridge/c/c_class.h
+++ b/WebCore/bridge/c/c_class.h
@@ -43,7 +43,6 @@ public:
static CClass* classForIsA(NPClass*);
virtual ~CClass();
- virtual const char* name() const;
virtual MethodList methodsNamed(const Identifier&, Instance*) const;
virtual Field* fieldNamed(const Identifier&, Instance*) const;