Changeset 127371 in webkit


Ignore:
Timestamp:
Sep 1, 2012 7:42:57 AM (12 years ago)
Author:
krit@webkit.org
Message:

[Qt] Fix the --minimal build after r127327
https://bugs.webkit.org/show_bug.cgi?id=95639

Unreviewed attempt to fix Qt minimal build.

  • css/StyleBuilder.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r127370 r127371  
     12012-09-01  Dirk Schulze  <krit@webkit.org>
     2
     3        [Qt] Fix the --minimal build after r127327
     4        https://bugs.webkit.org/show_bug.cgi?id=95639
     5
     6        Unreviewed attempt to fix Qt minimal build.
     7
     8        * css/StyleBuilder.cpp:
     9
    1102012-09-01  Joanmarie Diggs  <jdiggs@igalia.com>
    211
  • trunk/Source/WebCore/css/StyleBuilder.cpp

    r127327 r127371  
    2626#include "StyleBuilder.h"
    2727
     28#include "BasicShapeFunctions.h"
     29#include "BasicShapes.h"
    2830#include "CSSAspectRatioValue.h"
    2931#include "CSSCalculationValue.h"
     
    4446#include <wtf/StdLibExtras.h>
    4547#include <wtf/UnusedParam.h>
    46 
    47 #if ENABLE(CSS_EXCLUSIONS)
    48 #include "BasicShapeFunctions.h"
    49 #include "BasicShapes.h"
    50 #endif
    5148
    5249using namespace std;
Note: See TracChangeset for help on using the changeset viewer.