build log: /home/webkit/WebKit/Source/WebCore/page/DragController.cpp: In member function 'bool WebCore::DragController::startDrag(WebCore::Frame&, const WebCore::DragState&, WebCore::DragOperation, const WebCore::PlatformMouseEvent&, const WebCore::IntPoint&)': /home/webkit/WebKit/Source/WebCore/page/DragController.cpp:726:43: error: 'class WebCore::Element' has no member named 'isMediaElement'
Created attachment 238369 [details] Patch
Comment on attachment 238369 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=238369&action=review > Source/WebCore/page/DragController.cpp:726 > + bool includeShadowDOM = true; Shouldn't this default to false?
Created attachment 238476 [details] Patch
Comment on attachment 238476 [details] Patch Clearing flags on attachment: 238476 Committed r173836: <http://trac.webkit.org/changeset/173836>
All reviewed patches have been landed. Closing bug.