Changeset 90628 in webkit


Ignore:
Timestamp:
Jul 8, 2011, 7:34:55 AM (14 years ago)
Author:
apavlov@chromium.org
Message:

[Chromium] Unreviewed, clang build fix.

  • inspector/InspectorStyleTextEditor.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r90626 r90628  
     12011-07-08  Alexander Pavlov  <apavlov@chromium.org>
     2
     3        [Chromium] Unreviewed, clang build fix.
     4
     5        * inspector/InspectorStyleTextEditor.h:
     6
    172011-07-08  Pavel Feldman  <pfeldman@google.com>
    28
  • trunk/Source/WebCore/inspector/InspectorStyleTextEditor.h

    r90619 r90628  
    3535#if ENABLE(INSPECTOR)
    3636
    37 class InspectorStyleProperty;
    38 class SourceRange;
     37struct InspectorStyleProperty;
     38struct SourceRange;
    3939
    4040typedef std::pair<String, String> NewLineAndWhitespace;
Note: See TracChangeset for help on using the changeset viewer.