and definitely not after that.
Created attachment 276980 [details] Patch
Comment on attachment 276980 [details] Patch Clearing flags on attachment: 276980 Committed r199856: <http://trac.webkit.org/changeset/199856>
All reviewed patches have been landed. Closing bug.
Comment on attachment 276980 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=276980&action=review > Source/WebCore/rendering/RenderVideo.cpp:225 > + bool intrinsicSizeChanged; > + intrinsicSizeChanged = updateIntrinsicSize(); I would have written this in one line: bool intrinsicSizeChanged = updateIntrinsicSize();