* editing/efl/EditorEfl.cpp:
* platform/efl/PasteboardEfl.cpp:
(WebCore::Pasteboard::read):
(WebCore::Pasteboard::write):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@155742
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-09-13 Ryuan Choi <ryuan.choi@samsung.com>
+
+ Unreviewed build fix for EFL port.
+
+ * editing/efl/EditorEfl.cpp:
+ * platform/efl/PasteboardEfl.cpp:
+ (WebCore::Pasteboard::read):
+ (WebCore::Pasteboard::write):
+
2013-09-13 Sam Weinig <sam@webkit.org>
Fix a few lingering ScriptStates.
notImplemented();
}
-String Editor::readPlainTextFromPasteboard(Pasteboard&)
-{
- notImplemented();
- return String();
-}
-
void Editor::pasteWithPasteboard(Pasteboard*, bool)
{
notImplemented();
notImplemented();
}
+void Pasteboard::read(PasteboardPlainText&)
+{
+ notImplemented();
+}
+
String Pasteboard::readString(const String&)
{
notImplemented();
return String();
}
+void Pasteboard::write(const PasteboardURL&)
+{
+ notImplemented();
+}
+
bool Pasteboard::writeString(const String&, const String&)
{
notImplemented();