Title: [122230] trunk/Source/WebKit/chromium
Revision
122230
Author
[email protected]
Date
2012-07-10 09:37:02 -0700 (Tue, 10 Jul 2012)

Log Message

Unreviewed Chromium build fix for mac-release.

Fixing clang build after https://bugs.webkit.org/show_bug.cgi?id=90807

* public/WebSurroundingText.h:
(WebKit):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (122229 => 122230)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-07-10 16:23:09 UTC (rev 122229)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-07-10 16:37:02 UTC (rev 122230)
@@ -1,5 +1,14 @@
 2012-07-10  Leandro Gracia Gil  <[email protected]>
 
+        Unreviewed Chromium build fix for mac-release.
+
+        Fixing clang build after https://bugs.webkit.org/show_bug.cgi?id=90807
+
+        * public/WebSurroundingText.h:
+        (WebKit):
+
+2012-07-10  Leandro Gracia Gil  <[email protected]>
+
         WebSurroundingText layout tests should use the same code path as the rest of the feature.
         https://bugs.webkit.org/show_bug.cgi?id=90807
 

Modified: trunk/Source/WebKit/chromium/public/WebSurroundingText.h (122229 => 122230)


--- trunk/Source/WebKit/chromium/public/WebSurroundingText.h	2012-07-10 16:23:09 UTC (rev 122229)
+++ trunk/Source/WebKit/chromium/public/WebSurroundingText.h	2012-07-10 16:37:02 UTC (rev 122230)
@@ -38,7 +38,7 @@
 
 class WebHitTestResult;
 class WebNode;
-class WebPoint;
+struct WebPoint;
 
 class WebSurroundingText {
 public:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to