equal
deleted
inserted
replaced
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) |