Fix crash when entering fullscreen during exit fullscreen animation.
Created attachment 255123 [details] Patch
rdar://problem/20692847
Comment on attachment 255123 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=255123&action=review > Source/WebCore/ChangeLog:8 > + If exitFullscreen is called from javascript, it may be called from mainThread. I don't think this line adds anything.
Created attachment 255144 [details] Patch for landing.
(In reply to comment #3) > Comment on attachment 255123 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=255123&action=review > > > Source/WebCore/ChangeLog:8 > > + If exitFullscreen is called from javascript, it may be called from mainThread. > > I don't think this line adds anything. Removed.
Comment on attachment 255144 [details] Patch for landing. Clearing flags on attachment: 255144 Committed r185726: <http://trac.webkit.org/changeset/185726>