The 'autobuffer' boolean attribute has been replaced with 'preload', see http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#attr-media-preload and http://www.w3.org/Bugs/Public/show_bug.cgi?id=8731
<rdar://problem/7689602>
Created attachment 49870 [details] Proposed patch.
Comment on attachment 49870 [details] Proposed patch. > Index: WebCore/ChangeLog > =================================================================== > + Replace 'autobuffer' attribute with 'preload' > + https://bugs.webkit.org/show_bug.cgi?id=35385 > + rdar://problem/7689602 This should say why you're making the change. Is it just to align with the spec?
http://trac.webkit.org/changeset/55463