Changeset 109803 in webkit


Ignore:
Timestamp:
Mar 5, 2012 2:33:20 PM (12 years ago)
Author:
rwlbuis@webkit.org
Message:

[BlackBerry] Add missing method to PasteboardBlackBerry.cpp
https://bugs.webkit.org/show_bug.cgi?id=80326

Reviewed by Antonio Gomes.

Add missing method.

  • platform/blackberry/PasteboardBlackBerry.cpp:

(WebCore::Pasteboard::writeClipboard):
(WebCore):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r109801 r109803  
    334334        (WebCore::RenderSVGRoot::computeReplacedLogicalWidth):
    335335        (WebCore::RenderSVGRoot::computeReplacedLogicalHeight):
     336
     3372012-03-05  Rob Buis  <rbuis@rim.com>
     338
     339        [BlackBerry] Add missing method to PasteboardBlackBerry.cpp
     340        https://bugs.webkit.org/show_bug.cgi?id=80326
     341
     342        Reviewed by Antonio Gomes.
     343
     344        Add missing method.
     345
     346        * platform/blackberry/PasteboardBlackBerry.cpp:
     347        (WebCore::Pasteboard::writeClipboard):
     348        (WebCore):
    336349
    3373502012-03-05  Rob Buis  <rbuis@rim.com>
  • trunk/Source/WebCore/platform/blackberry/PasteboardBlackBerry.cpp

    r102739 r109803  
    5757}
    5858
     59void Pasteboard::writeClipboard(Clipboard*)
     60{
     61    notImplemented();
     62}
     63
    5964void Pasteboard::writeSelection(Range* selectedRange, bool, Frame* frame)
    6065{
Note: See TracChangeset for help on using the changeset viewer.