diff -r 93b982ccede2 -r 5daf16870df6 src/script/api/qscriptprogram_p.h --- a/src/script/api/qscriptprogram_p.h Mon Jun 21 22:38:13 2010 +0100 +++ b/src/script/api/qscriptprogram_p.h Thu Jul 22 16:41:55 2010 +0100 @@ -37,6 +37,8 @@ #include +#include "RefPtr.h" + namespace JSC { class EvalExecutable; @@ -67,7 +69,7 @@ int firstLineNumber; QScriptEnginePrivate *engine; - JSC::EvalExecutable *_executable; + WTF::RefPtr _executable; intptr_t sourceId; bool isCompiled; };