Title: [86819] trunk/Source/WebCore
Revision
86819
Author
[email protected]
Date
2011-05-18 23:08:29 -0700 (Wed, 18 May 2011)

Log Message

2011-05-18  MORITA Hajime  <[email protected]>

        Unreviewed attempt to fix clang build.

        * rendering/InlineTextBox.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (86818 => 86819)


--- trunk/Source/WebCore/ChangeLog	2011-05-19 04:08:25 UTC (rev 86818)
+++ trunk/Source/WebCore/ChangeLog	2011-05-19 06:08:29 UTC (rev 86819)
@@ -1,3 +1,9 @@
+2011-05-18  MORITA Hajime  <[email protected]>
+
+        Unreviewed attempt to fix clang build.
+
+        * rendering/InlineTextBox.h:
+
 2011-05-18  Nat Duca  <[email protected]>
 
         Reviewed by James Robinson.

Modified: trunk/Source/WebCore/rendering/InlineTextBox.h (86818 => 86819)


--- trunk/Source/WebCore/rendering/InlineTextBox.h	2011-05-19 04:08:25 UTC (rev 86818)
+++ trunk/Source/WebCore/rendering/InlineTextBox.h	2011-05-19 06:08:29 UTC (rev 86819)
@@ -30,7 +30,7 @@
 namespace WebCore {
 
 struct CompositionUnderline;
-struct DocumentMarker;
+class DocumentMarker;
 
 const unsigned short cNoTruncation = USHRT_MAX;
 const unsigned short cFullTruncation = USHRT_MAX - 1;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to