[Webkit-unassigned] [Bug 114861] [BlackBerry] Add dummy implementations of some methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 22 00:50:51 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114861


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #198828|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-04-22 00:49:09 PST ---
(From update of attachment 198828)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list