[Webkit-unassigned] [Bug 13637] Gdk build fix
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 9 02:23:23 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13637
------- Comment #2 from atul.mehrotra at celunite.com 2007-05-09 02:23 PDT -------
(From update of attachment 14424)
>Index: WebCore/ChangeLog
>===================================================================
>--- WebCore/ChangeLog (revision 21330)
>+++ WebCore/ChangeLog (working copy)
>@@ -1,3 +1,11 @@
>+2007-05-09 Atul,,, <atul.mehrotra at celunite.com>
+2007-05-09 Atul Mehrotra <atul.mehrotra at celunite.com>
>+
>+ Reviewed by NOBODY (OOPS!).
>+
>+ WARNING: NO TEST CASES ADDED OR CHANGED
>+
>+ * platform/gdk/TemporaryLinkStubs.cpp:
>+
> 2007-05-09 Mitz Pettel <mitz at webkit.org>
>
> Reviewed by Dave Hyatt.
>Index: WebCore/platform/gdk/TemporaryLinkStubs.cpp
>===================================================================
>--- WebCore/platform/gdk/TemporaryLinkStubs.cpp (revision 21330)
>+++ WebCore/platform/gdk/TemporaryLinkStubs.cpp (working copy)
>@@ -282,19 +282,8 @@ int Font::offsetForPositionForComplexTex
>
> void CachedPage::close() { notImplementedGdk(); }
>
>-void Editor::ignoreSpelling() { notImplementedGdk(); }
>-void Editor::learnSpelling() { notImplementedGdk(); }
>-bool Editor::isSelectionUngrammatical() { notImplementedGdk(); return false; }
>-void Editor::advanceToNextMisspelling(bool startBeforeSelection) { notImplementedGdk(); }
>-bool Editor::isSelectionMisspelled() { notImplementedGdk(); return false; }
>-Vector<String> Editor::guessesForMisspelledSelection() { notImplementedGdk(); return Vector<String>(); }
>-Vector<String> Editor::guessesForUngrammaticalSelection() { notImplementedGdk(); return Vector<String>(); }
>-void Editor::markMisspellingsAfterTypingToPosition(const VisiblePosition&) { notImplementedGdk(); }
> PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy) { notImplementedGdk(); return 0; }
>-void Editor::markMisspellings(const Selection&) { notImplementedGdk(); }
>-void Editor::markBadGrammar(const Selection&) { notImplementedGdk(); }
>-void Editor::showSpellingGuessPanel() { notImplementedGdk(); }
>-bool Editor::spellingPanelIsShowing() { notImplementedGdk(); return false; }
>
> Pasteboard* Pasteboard::generalPasteboard() { notImplementedGdk(); return 0; }
> void Pasteboard::writeSelection(Range*, bool, Frame*) { notImplementedGdk(); }
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list