⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 184053 in webkit


Ignore:
Timestamp:
May 10, 2015, 2:23:33 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Remove unnecessary forward declarations in StyleProperties.h
https://bugs.webkit.org/show_bug.cgi?id=144843

Patch by Sungmann Cho <sungmann.cho@navercorp.com> on 2015-05-10
Reviewed by Darin Adler.

No new tests, no behavior change.

  • css/StyleProperties.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r184049 r184053  
     12015-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
    1122015-05-10  Darin Adler  <darin@apple.com>
    213
  • trunk/Source/WebCore/css/StyleProperties.h

    r183024 r184053  
    3737namespace WebCore {
    3838
    39 class CSSRule;
    4039class CSSStyleDeclaration;
    41 class ComputedStyleExtractor;
    4240class ImmutableStyleProperties;
    4341class URL;
Note: See TracChangeset for help on using the changeset viewer.