Changeset 66335 in webkit


Ignore:
Timestamp:
Aug 29, 2010 1:41:46 PM (14 years ago)
Author:
Darin Adler
Message:

Try to fix Windows build.

  • rendering/style/ContentData.h: Added include of CounterContent.h.
  • css/CSSStyleSelector.cpp: Removed include of CounterContent.h.
  • rendering/style/ContentData.cpp: Ditto.
  • rendering/style/RenderStyle.cpp: Ditto.
Location:
trunk/WebCore
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r66334 r66335  
     12010-08-29  Darin Adler  <darin@apple.com>
     2
     3        Try to fix Windows build.
     4
     5        * rendering/style/ContentData.h: Added include of CounterContent.h.
     6
     7        * css/CSSStyleSelector.cpp: Removed include of CounterContent.h.
     8        * rendering/style/ContentData.cpp: Ditto.
     9        * rendering/style/RenderStyle.cpp: Ditto.
     10
    1112010-08-29  Darin Adler  <darin@apple.com>
    212
  • trunk/WebCore/css/CSSStyleSelector.cpp

    r66334 r66335  
    5050#include "CachedImage.h"
    5151#include "Counter.h"
    52 #include "CounterContent.h"
    5352#include "FocusController.h"
    5453#include "FontFamilyValue.h"
  • trunk/WebCore/rendering/style/ContentData.cpp

    r66334 r66335  
    2323#include "ContentData.h"
    2424
    25 #include "CounterContent.h"
    2625#include "StyleImage.h"
    2726#include <wtf/text/StringImpl.h>
  • trunk/WebCore/rendering/style/ContentData.h

    r66334 r66335  
    2626#define ContentData_h
    2727
    28 #include "RenderStyleConstants.h"
    29 #include <wtf/Forward.h>
    30 #include <wtf/Noncopyable.h>
     28#include "CounterContent.h"
    3129#include <wtf/OwnPtr.h>
    3230#include <wtf/PassOwnPtr.h>
    33 #include <wtf/PassRefPtr.h>
    3431
    3532namespace WebCore {
    3633
    37 class CounterContent;
    3834class StyleImage;
    3935
  • trunk/WebCore/rendering/style/RenderStyle.cpp

    r66334 r66335  
    2626#include "CSSStyleSelector.h"
    2727#include "CachedImage.h"
    28 #include "CounterContent.h"
    2928#include "FontSelector.h"
    3029#include "RenderArena.h"
Note: See TracChangeset for help on using the changeset viewer.