RESOLVED FIXED Bug 114861
[BlackBerry] Add dummy implementations of DragData::droppedFileSystemId()
https://bugs.webkit.org/show_bug.cgi?id=114861
Summary [BlackBerry] Add dummy implementations of DragData::droppedFileSystemId()
Alberto Garcia
Reported 2013-04-19 02:24:30 PDT
AccessibilityController::accessibleElementById() is needed since r129308, DragData::droppedFileSystemId() appeared in r120667
Attachments
Patch (2.43 KB, patch)
2013-04-19 02:26 PDT, Alberto Garcia
cgarcia: review-
cgarcia: commit-queue-
Patch (1.21 KB, patch)
2013-04-22 01:35 PDT, Alberto Garcia
no flags
Alberto Garcia
Comment 1 2013-04-19 02:26:54 PDT
Carlos Garcia Campos
Comment 2 2013-04-22 00:49:09 PDT
Comment on attachment 198828 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=198828&action=review > Source/WebCore/platform/blackberry/DragDataBlackBerry.cpp:99 > +String DragData::droppedFileSystemId() const > +{ > + notImplemented(); > + return String(); > +} This should be inside a #if ENABLE(FILE_SYSTEM) block.
Alberto Garcia
Comment 3 2013-04-22 01:30:11 PDT
Ok, I'll also split the patch in two.
Alberto Garcia
Comment 4 2013-04-22 01:35:54 PDT
WebKit Commit Bot
Comment 5 2013-04-22 02:57:23 PDT
Comment on attachment 198999 [details] Patch Clearing flags on attachment: 198999 Committed r148870: <http://trac.webkit.org/changeset/148870>
WebKit Commit Bot
Comment 6 2013-04-22 02:57:25 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.