Changeset 20336 in webkit for trunk/JavaScriptCore/kjs/value.h


Ignore:
Timestamp:
Mar 19, 2007, 6:05:45 PM (18 years ago)
Author:
darin
Message:
  • kjs/value.h: Roll ~JSValue change out. It was causing problems. I'll do it right later.
File:
1 edited

Legend:

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

    r20329 r20336  
    6060private:
    6161    JSValue();
     62    virtual ~JSValue();
    6263
    6364public:
     
    199200}
    200201
     202inline JSValue::~JSValue()
     203{
     204}
     205
    201206inline JSCell::JSCell()
    202207    : m_collectOnMainThreadOnly(false)
Note: See TracChangeset for help on using the changeset viewer.