Title: [118927] trunk/Source/WebKit/wince
- Revision
- 118927
- Author
- [email protected]
- Date
- 2012-05-30 08:49:48 -0700 (Wed, 30 May 2012)
Log Message
Unreviewed WinCE build fix after r117470.
* WebCoreSupport/EditorClientWinCE.h:
(EditorClientWinCE):
Modified Paths
Diff
Modified: trunk/Source/WebKit/wince/ChangeLog (118926 => 118927)
--- trunk/Source/WebKit/wince/ChangeLog 2012-05-30 15:45:45 UTC (rev 118926)
+++ trunk/Source/WebKit/wince/ChangeLog 2012-05-30 15:49:48 UTC (rev 118927)
@@ -1,3 +1,10 @@
+2012-05-30 Patrick Gansterer <[email protected]>
+
+ Unreviewed WinCE build fix after r117470.
+
+ * WebCoreSupport/EditorClientWinCE.h:
+ (EditorClientWinCE):
+
2012-05-18 MORITA Hajime <[email protected]>
Another unreviewed attempt to fix build breakage on r117572.
Modified: trunk/Source/WebKit/wince/WebCoreSupport/EditorClientWinCE.h (118926 => 118927)
--- trunk/Source/WebKit/wince/WebCoreSupport/EditorClientWinCE.h 2012-05-30 15:45:45 UTC (rev 118926)
+++ trunk/Source/WebKit/wince/WebCoreSupport/EditorClientWinCE.h 2012-05-30 15:49:48 UTC (rev 118927)
@@ -90,7 +90,7 @@
virtual void textWillBeDeletedInTextField(WebCore::Element*);
virtual void textDidChangeInTextArea(WebCore::Element*);
- virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const;
+ virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const;
virtual void ignoreWordInSpellDocument(const WTF::String&);
virtual void learnWord(const WTF::String&);
virtual void checkSpellingOfString(const UChar*, int, int*, int*);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes