Changeset 184053 in webkit
- Timestamp:
- May 10, 2015, 2:23:33 PM (11 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
css/StyleProperties.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r184049 r184053 1 2015-05-10 Sungmann Cho <sungmann.cho@navercorp.com> 2 3 Remove unnecessary forward declarations in StyleProperties.h 4 https://bugs.webkit.org/show_bug.cgi?id=144843 5 6 Reviewed by Darin Adler. 7 8 No new tests, no behavior change. 9 10 * css/StyleProperties.h: 11 1 12 2015-05-10 Darin Adler <darin@apple.com> 2 13 -
trunk/Source/WebCore/css/StyleProperties.h
r183024 r184053 37 37 namespace WebCore { 38 38 39 class CSSRule;40 39 class CSSStyleDeclaration; 41 class ComputedStyleExtractor;42 40 class ImmutableStyleProperties; 43 41 class URL;
Note:
See TracChangeset
for help on using the changeset viewer.