RESOLVED FIXED 36247
Dragging a PDF image triggers assertion in DragController::startDrag()
https://bugs.webkit.org/show_bug.cgi?id=36247
Summary Dragging a PDF image triggers assertion in DragController::startDrag()
Jian Li
Reported 2010-03-17 15:58:37 PDT
DragController.cpp:675: ASSERT(!image->filenameExtension().isEmpty()); We need to do the similar thing as in the fix for bug 32511: make PDFDocumentImage::filenameExtension() return a valid string.
Attachments
Proposed Patch (3.58 KB, patch)
2010-03-17 16:00 PDT, Jian Li
dimich: review+
jianli: commit-queue-
Jian Li
Comment 1 2010-03-17 16:00:33 PDT
Created attachment 50967 [details] Proposed Patch
Dmitry Titov
Comment 2 2010-03-18 17:54:38 PDT
Comment on attachment 50967 [details] Proposed Patch Looks good.
Jian Li
Comment 3 2010-03-18 18:06:41 PDT
Note You need to log in before you can comment on or make changes to this bug.