Title: [109803] trunk/Source/WebCore
Revision
109803
Author
[email protected]
Date
2012-03-05 14:33:20 -0800 (Mon, 05 Mar 2012)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (109802 => 109803)


--- trunk/Source/WebCore/ChangeLog	2012-03-05 22:10:57 UTC (rev 109802)
+++ trunk/Source/WebCore/ChangeLog	2012-03-05 22:33:20 UTC (rev 109803)
@@ -336,6 +336,19 @@
 
 2012-03-05  Rob Buis  <[email protected]>
 
+        [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):
+
+2012-03-05  Rob Buis  <[email protected]>
+
         [BlackBerry] UTF chars printed back from cookie through php shows as ???
         https://bugs.webkit.org/show_bug.cgi?id=80307
 

Modified: trunk/Source/WebCore/platform/blackberry/PasteboardBlackBerry.cpp (109802 => 109803)


--- trunk/Source/WebCore/platform/blackberry/PasteboardBlackBerry.cpp	2012-03-05 22:10:57 UTC (rev 109802)
+++ trunk/Source/WebCore/platform/blackberry/PasteboardBlackBerry.cpp	2012-03-05 22:33:20 UTC (rev 109803)
@@ -56,6 +56,11 @@
     notImplemented();
 }
 
+void Pasteboard::writeClipboard(Clipboard*)
+{
+    notImplemented();
+}
+
 void Pasteboard::writeSelection(Range* selectedRange, bool, Frame* frame)
 {
     std::string text = frame->editor()->selectedText().utf8().data();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to