[Webkit-unassigned] [Bug 30256] ~96 regression tests fail when using QuickTime 7.6 (they pass with QuickTime 7.3)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 13:47:24 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=30256


Adam Roben (aroben) <aroben at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44267|review?                     |review+
               Flag|                            |




--- Comment #9 from Adam Roben (aroben) <aroben at apple.com>  2009-12-03 13:47:23 PST ---
(From update of attachment 44267)
> +    // Read the current PATH.
> +    DWORD pathSize = GetEnvironmentVariableW(pathEnvironmentVariable, 0, 0);
> +    Vector<TCHAR> oldPath(pathSize);
> +    if (!GetEnvironmentVariable(pathEnvironmentVariable, oldPath.data(), oldPath.size()))
> +        return;

That should be Vector<WCHAR>.

r=me

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list