https://bugs.webkit.org/show_bug.cgi?id=28655
Reviewed by Mark Rowe.
* runtime/JSFunction.cpp:
(JSC::JSFunction::JSFunction): Initialize properly with a VPtrHackExecutable.
* wtf/Platform.h:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@47686
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2009-08-22 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Mark Rowe.
+
+ REGRESSION(r47639-r47660): Webkit crashes on launch on PowerPC
+ https://bugs.webkit.org/show_bug.cgi?id=28655
+
+ * runtime/JSFunction.cpp:
+ (JSC::JSFunction::JSFunction): Initialize properly with a VPtrHackExecutable.
+ * wtf/Platform.h:
+
2009-08-22 Darin Adler <darin@apple.com>
Fix storage leak from syntax tree arena allocation patch.
JSFunction::JSFunction(PassRefPtr<Structure> structure)
: Base(structure)
-#if ENABLE(JIT)
, m_executable(adoptRef(new VPtrHackExecutable()))
-#endif
{
}