Changeset 60948 in webkit


Ignore:
Timestamp:
Jun 10, 2010 2:14:24 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-10 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

Reduce FrameView.h includes to speed up build times
https://bugs.webkit.org/show_bug.cgi?id=40408

Another fix for Qt.

  • page/Frame.h:
    • Include CSSMutableStyleDeclaration.h since it's used by m_typingStyle = 0;
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r60947 r60948  
     12010-06-10  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Reduce FrameView.h includes to speed up build times
     6        https://bugs.webkit.org/show_bug.cgi?id=40408
     7
     8        Another fix for Qt.
     9
     10        * page/Frame.h:
     11         - Include CSSMutableStyleDeclaration.h since it's used by m_typingStyle = 0;
     12
    1132010-06-10  Eric Seidel  <eric@webkit.org>
    214
  • trunk/WebCore/page/Frame.h

    r60947 r60948  
    3030
    3131#include "AnimationController.h"
     32#include "CSSMutableStyleDeclaration.h"
    3233#include "DragImage.h"
    3334#include "Editor.h"
     
    6566namespace WebCore {
    6667
    67     class CSSMutableStyleDeclaration;
    6868    class HTMLTableCellElement;
    6969    class RegularExpression;
Note: See TracChangeset for help on using the changeset viewer.