Title: [87122] trunk/Source/WebCore
- Revision
- 87122
- Author
- [email protected]
- Date
- 2011-05-23 20:26:30 -0700 (Mon, 23 May 2011)
Log Message
Build fix after r87117.
When moving #defines out in to separate files I find that code is more likely to compile
when the new header file is actually #included.
* editing/SpellingCorrectionController.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (87121 => 87122)
--- trunk/Source/WebCore/ChangeLog 2011-05-24 02:25:43 UTC (rev 87121)
+++ trunk/Source/WebCore/ChangeLog 2011-05-24 03:26:30 UTC (rev 87122)
@@ -1,3 +1,12 @@
+2011-05-23 Mark Rowe <[email protected]>
+
+ Build fix after r87117.
+
+ When moving #defines out in to separate files I find that code is more likely to compile
+ when the new header file is actually #included.
+
+ * editing/SpellingCorrectionController.h:
+
2011-05-23 Mike Lawther <[email protected]>
Reviewed by James Robinson.
Modified: trunk/Source/WebCore/editing/SpellingCorrectionController.h (87121 => 87122)
--- trunk/Source/WebCore/editing/SpellingCorrectionController.h 2011-05-24 02:25:43 UTC (rev 87121)
+++ trunk/Source/WebCore/editing/SpellingCorrectionController.h 2011-05-24 03:26:30 UTC (rev 87122)
@@ -28,6 +28,7 @@
#include "DocumentMarker.h"
#include "Range.h"
+#include "TextChecking.h"
#include "Timer.h"
#include "VisibleSelection.h"
#include <wtf/Noncopyable.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes