Comment #5 on issue 22472 by noel.gordon: crash - dragging over served page containing a local iframe http://code.google.com/p/chromium/issues/detail?id=22472
http://trac.webkit.org/browser/trunk/WebCore/page/EventHandler.cpp#L1530 http://trac.webkit.org/browser/trunk/WebCore/page/EventHandler.cpp#L1546 accept = static_cast<HTMLFrameElementBase*>(newTarget)->contentFrame() ->eventHandler()->updateDragAndDrop(event, clipboard); static_cast<HTMLFrameElementBase*>(newTarget)->contentFrame() in NULL in the chromium port for the test case. Possible fixes: 1) make the chromium port have a content frame, with no content, or 2) fix WebKit at the indicated lines to carefully work around the NULL contentFrame. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
