Add FIXME comments about removing FrameLoader::isProcessingUserGesture
Created attachment 94687 [details] Patch
Comment on attachment 94687 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=94687&action=review OK. > Source/WebCore/html/HTMLMediaElement.cpp:2410 > + return frame->loader()->isProcessingUserGesture(); A frame always has a frameloader?
(In reply to comment #2) > (From update of attachment 94687 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=94687&action=review > > OK. > > > Source/WebCore/html/HTMLMediaElement.cpp:2410 > > + return frame->loader()->isProcessingUserGesture(); > > A frame always has a frameloader? Yes, definitely.
Comment on attachment 94687 [details] Patch Clearing flags on attachment: 94687 Committed r87260: <http://trac.webkit.org/changeset/87260>
All reviewed patches have been landed. Closing bug.