Changeset 90628 in webkit
- Timestamp:
- Jul 8, 2011, 7:34:55 AM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r90626 r90628 1 2011-07-08 Alexander Pavlov <apavlov@chromium.org> 2 3 [Chromium] Unreviewed, clang build fix. 4 5 * inspector/InspectorStyleTextEditor.h: 6 1 7 2011-07-08 Pavel Feldman <pfeldman@google.com> 2 8 -
trunk/Source/WebCore/inspector/InspectorStyleTextEditor.h
r90619 r90628 35 35 #if ENABLE(INSPECTOR) 36 36 37 classInspectorStyleProperty;38 classSourceRange;37 struct InspectorStyleProperty; 38 struct SourceRange; 39 39 40 40 typedef std::pair<String, String> NewLineAndWhitespace;
Note:
See TracChangeset
for help on using the changeset viewer.