Title: [108633] trunk/Source/WebKit/wince
- Revision
- 108633
- Author
- [email protected]
- Date
- 2012-02-23 08:54:17 -0800 (Thu, 23 Feb 2012)
Log Message
Unreviewed WinCE build fix after r108462.
* WebCoreSupport/EditorClientWinCE.h:
(EditorClientWinCE):
Modified Paths
Diff
Modified: trunk/Source/WebKit/wince/ChangeLog (108632 => 108633)
--- trunk/Source/WebKit/wince/ChangeLog 2012-02-23 16:44:50 UTC (rev 108632)
+++ trunk/Source/WebKit/wince/ChangeLog 2012-02-23 16:54:17 UTC (rev 108633)
@@ -1,3 +1,10 @@
+2012-02-23 Patrick Gansterer <[email protected]>
+
+ Unreviewed WinCE build fix after r108462.
+
+ * WebCoreSupport/EditorClientWinCE.h:
+ (EditorClientWinCE):
+
2012-02-21 Ryosuke Niwa <[email protected]>
Remove the remaining uses of CSSStyleDeclaration in Editor
Modified: trunk/Source/WebKit/wince/WebCoreSupport/EditorClientWinCE.h (108632 => 108633)
--- trunk/Source/WebKit/wince/WebCoreSupport/EditorClientWinCE.h 2012-02-23 16:44:50 UTC (rev 108632)
+++ trunk/Source/WebKit/wince/WebCoreSupport/EditorClientWinCE.h 2012-02-23 16:54:17 UTC (rev 108633)
@@ -55,7 +55,7 @@
virtual bool shouldInsertText(const WTF::String&, WebCore::Range*, WebCore::EditorInsertAction);
virtual bool shouldChangeSelectedRange(WebCore::Range*, WebCore::Range*, WebCore::EAffinity, bool);
- virtual bool shouldApplyStyle(WebCore::CSSStyleDeclaration*, WebCore::Range*);
+ virtual bool shouldApplyStyle(WebCore::StylePropertySet*, WebCore::Range*);
virtual bool shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*);
virtual void didBeginEditing();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes