Changeset 20265 in webkit
- Timestamp:
- Mar 17, 2007, 5:04:47 PM (18 years ago)
- Location:
- trunk/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/ChangeLog
r20264 r20265 1 2007-03-17 Krzysztof Kowalczyk <kkowalczyk@gmail.com> 2 3 Not reviewed - gdk build fix. 4 5 * platform/gdk/TemporaryLinkStubs.cpp: 6 (Pasteboard::writeURL): 7 1 8 2007-03-17 David Hyatt <hyatt@apple.com> 2 9 -
trunk/WebCore/platform/gdk/TemporaryLinkStubs.cpp
r20137 r20265 297 297 Pasteboard* Pasteboard::generalPasteboard() { notImplementedGdk(); return 0; } 298 298 void Pasteboard::writeSelection(Range*, bool, Frame*) { notImplementedGdk(); } 299 void Pasteboard::writeURL(const KURL&, const String&, Frame* , bool) { notImplementedGdk(); }299 void Pasteboard::writeURL(const KURL&, const String&, Frame*) { notImplementedGdk(); } 300 300 void Pasteboard::writeImage(const HitTestResult&) { notImplementedGdk(); } 301 301 void Pasteboard::clear() { notImplementedGdk(); }
Note:
See TracChangeset
for help on using the changeset viewer.