diff options
Diffstat (limited to 'WebCore/bridge/c/c_class.h')
-rw-r--r-- | WebCore/bridge/c/c_class.h | 1 |
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; |