Changeset 62470 in webkit


Ignore:
Timestamp:
Jul 4, 2010 3:06:18 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-07-04 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

HTMLTreeBuilder needs an adoption agency
https://bugs.webkit.org/show_bug.cgi?id=41453

Fix Qt Minimal build. SVGNames.h should always
be generated, even when SVG is off, however that's
not how things currently work.

  • html/HTMLTreeBuilder.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r62469 r62470  
     12010-07-04  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        HTMLTreeBuilder needs an adoption agency
     6        https://bugs.webkit.org/show_bug.cgi?id=41453
     7
     8        Fix Qt Minimal build.  SVGNames.h should always
     9        be generated, even when SVG is off, however that's
     10        not how things currently work.
     11
     12        * html/HTMLTreeBuilder.cpp:
     13
    1142010-07-04  Eric Seidel  <eric@webkit.org>
    215
  • trunk/WebCore/html/HTMLTreeBuilder.cpp

    r62469 r62470  
    4242#include "LegacyHTMLTreeBuilder.h"
    4343#include "NotImplemented.h"
     44#if ENABLE(SVG)
    4445#include "SVGNames.h"
     46#endif
    4547#include "ScriptController.h"
    4648#include "Settings.h"
Note: See TracChangeset for help on using the changeset viewer.