Ignore:
Timestamp:
Sep 30, 2008, 12:38:36 PM (17 years ago)
Author:
[email protected]
Message:

Build fix.

Move InternalFunction::classInfo implementation into the .cpp file to
prevent the vtable for InternalFunction being generated as a weak symbol.
Has no effect on SunSpider.

Rubber-stamped by Sam Weinig.

  • kjs/InternalFunction.cpp:

(JSC::InternalFunction::classInfo):

  • kjs/InternalFunction.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/InternalFunction.h

    r36766 r37103  
    3434    class InternalFunction : public JSObject {
    3535    public:
    36         virtual const ClassInfo* classInfo() const { return &info; }
     36        virtual const ClassInfo* classInfo() const;
    3737        static const ClassInfo info;
    38        
     38
    3939        const UString& name(ExecState*);
    4040
Note: See TracChangeset for help on using the changeset viewer.