Signal that media element is prepared for inline when being stopped since script won't be able to.
rdar://problem/26844557
Created attachment 282158 [details] Patch
Comment on attachment 282158 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=282158&action=review > Source/WebCore/html/HTMLMediaElement.cpp:5058 > + setPreparedForInline(true); It would be slightly more efficient to add "if (m_preparedForInline)"
Created attachment 282912 [details] Patch
Comment on attachment 282912 [details] Patch Clearing flags on attachment: 282912 Committed r202871: <http://trac.webkit.org/changeset/202871>
All reviewed patches have been landed. Closing bug.