src/script/bridge/qscriptactivationobject.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    51 {
    51 {
    52 }
    52 }
    53 
    53 
    54 QScriptActivationObject::~QScriptActivationObject()
    54 QScriptActivationObject::~QScriptActivationObject()
    55 {
    55 {
    56     delete d;
    56     delete d_ptr();
    57 }
    57 }
    58 
    58 
    59 bool QScriptActivationObject::getOwnPropertySlot(JSC::ExecState* exec, const JSC::Identifier& propertyName, JSC::PropertySlot& slot)
    59 bool QScriptActivationObject::getOwnPropertySlot(JSC::ExecState* exec, const JSC::Identifier& propertyName, JSC::PropertySlot& slot)
    60 {
    60 {
    61     if (d_ptr()->delegate != 0)
    61     if (d_ptr()->delegate != 0)