- fix crash when running pixel tests
* DumpRenderTree/mac/DumpRenderTree.mm:
(dumpRenderTree): Parse the command line options before setting up the
environment so that we know if we need to set up the pixel dump
machinery.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27971
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-22 Dan Bernstein <mitz@apple.com>
+
+ Reviewed by Mark Rowe.
+
+ - fix crash when running pixel tests
+
+ * DumpRenderTree/mac/DumpRenderTree.mm:
+ (dumpRenderTree): Parse the command line options before setting up the
+ environment so that we know if we need to set up the pixel dump
+ machinery.
+
2007-11-21 Eric Seidel <eric@webkit.org>
Speculative build fix for Tiger.
void dumpRenderTree(int argc, const char *argv[])
{
- prepareConsistentTestingEnvironment();
initializeGlobalsFromCommandLineOptions(argc, argv);
+ prepareConsistentTestingEnvironment();
addTestPluginsToPluginSearchPath(argv[0]);
installSignalHandlers();