Changeset 122230 in webkit


Ignore:
Timestamp:
Jul 10, 2012 9:37:02 AM (12 years ago)
Author:
leandrogracia@chromium.org
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):

Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r122225 r122230  
     12012-07-10  Leandro Gracia Gil  <leandrogracia@chromium.org>
     2
     3        Unreviewed Chromium build fix for mac-release.
     4
     5        Fixing clang build after https://bugs.webkit.org/show_bug.cgi?id=90807
     6
     7        * public/WebSurroundingText.h:
     8        (WebKit):
     9
    1102012-07-10  Leandro Gracia Gil  <leandrogracia@chromium.org>
    211
  • trunk/Source/WebKit/chromium/public/WebSurroundingText.h

    r122225 r122230  
    3939class WebHitTestResult;
    4040class WebNode;
    41 class WebPoint;
     41struct WebPoint;
    4242
    4343class WebSurroundingText {
Note: See TracChangeset for help on using the changeset viewer.