Changeset 80213 in webkit


Ignore:
Timestamp:
Mar 3, 2011 12:35:09 AM (13 years ago)
Author:
rniwa@webkit.org
Message:

2011-03-03 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Tony Chang.

applyInlineStyleToPushDown and removeInlineStyleFromElement should take EditingStyle
https://bugs.webkit.org/show_bug.cgi?id=55338

Include wtf/Forward.h instead of wtf/text/String.h

  • editing/EditingStyle.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r80212 r80213  
     12011-03-03  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Reviewed by Tony Chang.
     4
     5        applyInlineStyleToPushDown and removeInlineStyleFromElement should take EditingStyle
     6        https://bugs.webkit.org/show_bug.cgi?id=55338
     7
     8        Include wtf/Forward.h instead of wtf/text/String.h
     9
     10        * editing/EditingStyle.h:
     11
    1122011-03-03  Csaba Osztrogonác  <ossy@webkit.org>
    213
  • trunk/Source/WebCore/editing/EditingStyle.h

    r80060 r80213  
    3434#include "CSSPropertyNames.h"
    3535#include "WritingDirection.h"
     36#include <wtf/Forward.h>
    3637#include <wtf/RefCounted.h>
    3738#include <wtf/RefPtr.h>
    3839#include <wtf/Vector.h>
    39 #include <wtf/text/WTFString.h>
    4040
    4141namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.