On Aug 10, 2009, at 10:53 AM, Peter Kasting wrote:
Try changing the last line of canonicalRelativePath() from:return File::Spec->abs2rel($absolutePath); to return File::Spec->abs2rel($absolutePath, Cwd::getcwd());
That seems to have fixed the problem.
-- Darin
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

