[Webkit-unassigned] [Bug 105473] Implement :future pseudo class for the WebVTT ::cue pseudo element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 17:34:50 PST 2013


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





--- Comment #25 from Ryosuke Niwa <rniwa at webkit.org>  2013-01-04 17:36:48 PST ---
(From update of attachment 181371)
View in context: https://bugs.webkit.org/attachment.cgi?id=181371&action=review

> Source/WebCore/dom/NodeRareData.h:407
> -
> +#if ENABLE(VIDEO_TRACK)
> +    TextTrack::WebVTTNodeType m_WebVTTNodeType : 2;
> +#endif

We can’t do this. cl.exe (MSVC) will add variables of different types.

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