diff --git a/htmlparser/robot/nsDebugRobot.cpp b/htmlparser/robot/nsDebugRobot.cpp index a2fe0e7990d..50728162711 100644 --- a/htmlparser/robot/nsDebugRobot.cpp +++ b/htmlparser/robot/nsDebugRobot.cpp @@ -116,7 +116,7 @@ extern "C" NS_EXPORT int DebugRobot( g_bHitTop = PR_FALSE; g_duplicateList = new nsVoidArray(); RobotSinkObserver* myObserver = new RobotSinkObserver(); - SetVerificationDirectory(verify_dir); + //SetVerificationDirectory(verify_dir); NS_ADDREF(myObserver); g_workList = workList; diff --git a/parser/htmlparser/robot/nsDebugRobot.cpp b/parser/htmlparser/robot/nsDebugRobot.cpp index a2fe0e7990d..50728162711 100644 --- a/parser/htmlparser/robot/nsDebugRobot.cpp +++ b/parser/htmlparser/robot/nsDebugRobot.cpp @@ -116,7 +116,7 @@ extern "C" NS_EXPORT int DebugRobot( g_bHitTop = PR_FALSE; g_duplicateList = new nsVoidArray(); RobotSinkObserver* myObserver = new RobotSinkObserver(); - SetVerificationDirectory(verify_dir); + //SetVerificationDirectory(verify_dir); NS_ADDREF(myObserver); g_workList = workList;