[Webkit-unassigned] [Bug 53390] Files missing ENABLE_VIDEO #ifdef

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 8 16:41:11 PST 2011


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


Patrick R. Gansterer <paroga at paroga.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #80642|review?                     |review-
               Flag|                            |




--- Comment #2 from Patrick R. Gansterer <paroga at paroga.com>  2011-02-08 16:41:11 PST ---
(From update of attachment 80642)
View in context: https://bugs.webkit.org/attachment.cgi?id=80642&action=review

> Source/WebCore/html/canvas/WebGLRenderingContext.cpp:2990
> +#if defined(ENABLE_VIDEO) && ENABLE_VIDEO

Please use the ENABLE macro in non-idl files. This should be written as ENABLE(VIDEO).

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