[Webkit-unassigned] [Bug 47194] Update ANGLE rev in Webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 18 09:46:02 PST 2011


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





--- Comment #7 from Zhenyao Mo <zmo at google.com>  2011-01-18 09:46:02 PST ---
(From update of attachment 79053)
View in context: https://bugs.webkit.org/attachment.cgi?id=79053&action=review

Looks good in general.  Thanks for taking care of this long-standing task.

> Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp:85
> +            char* logBuffer = new char[logSize];

Should use OwnArrayPtr<char> here.

> Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp:98
> +        char* translationBuffer = new char[translationLength];

Should use OwnArrayPtr<char> here.

-- 
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