[webkit-reviews] review granted: [Bug 64132] Implement WebVTT Cue Text Parsing rules and DOM construction for WebVTT elements : [Attachment 105513] updating to ToT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 29 13:14:42 PDT 2011


Adam Barth <abarth at webkit.org> has granted Anna Cavender
<annacc at chromium.org>'s request for review:
Bug 64132: Implement WebVTT Cue Text Parsing rules and DOM construction for
WebVTT elements
https://bugs.webkit.org/show_bug.cgi?id=64132

Attachment 105513: updating to ToT
https://bugs.webkit.org/attachment.cgi?id=105513&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=105513&action=review


> Source/WebCore/platform/track/WebVTTParser.cpp:355
> +    default:
> +	   break;

Generally we skip the default case in WebKit so the compiler tells us if we
forgot any cases.


More information about the webkit-reviews mailing list