Title: [102532] trunk/Source/WebCore
- Revision
- 102532
- Author
- [email protected]
- Date
- 2011-12-10 15:54:19 -0800 (Sat, 10 Dec 2011)
Log Message
The previous fix broke Lion release build. Fix that.
* editing/SpellingCorrectionCommand.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (102531 => 102532)
--- trunk/Source/WebCore/ChangeLog 2011-12-10 23:46:33 UTC (rev 102531)
+++ trunk/Source/WebCore/ChangeLog 2011-12-10 23:54:19 UTC (rev 102532)
@@ -1,5 +1,11 @@
2011-12-10 Ryosuke Niwa <[email protected]>
+ The previous fix broke Lion release build. Fix that.
+
+ * editing/SpellingCorrectionCommand.cpp:
+
+2011-12-10 Ryosuke Niwa <[email protected]>
+
Lion build fix attempt after r102527.
* editing/SpellingCorrectionCommand.cpp:
Modified: trunk/Source/WebCore/editing/SpellingCorrectionCommand.cpp (102531 => 102532)
--- trunk/Source/WebCore/editing/SpellingCorrectionCommand.cpp 2011-12-10 23:46:33 UTC (rev 102531)
+++ trunk/Source/WebCore/editing/SpellingCorrectionCommand.cpp 2011-12-10 23:54:19 UTC (rev 102532)
@@ -68,9 +68,11 @@
}
+#ifndef NDEBUG
virtual void getNodesInCommand(HashSet<Node*>&) OVERRIDE
{
}
+#endif
String m_corrected;
String m_correction;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes