Merge Blink change https://codereview.chromium.org/25155003.
Created attachment 227204 [details] Patch
Comment on attachment 227204 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=227204&action=review > Source/WebCore/html/track/VTTCue.cpp:618 > + } else { > + ASSERT_NOT_REACHED(); > } Nit: I don't think the braces are necessary.
(In reply to comment #2) > (From update of attachment 227204 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=227204&action=review > > > Source/WebCore/html/track/VTTCue.cpp:618 > > + } else { > > + ASSERT_NOT_REACHED(); > > } > > Nit: I don't think the braces are necessary. OK. I'll remove!
Committed r165905: <http://trac.webkit.org/changeset/165905>