⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 144030 in webkit


Ignore:
Timestamp:
Feb 26, 2013, 2:40:12 AM (14 years ago)
Author:
adamk@chromium.org
Message:

Remove unused conditional includes of {MathML,SVG}Names.h
https://bugs.webkit.org/show_bug.cgi?id=110809

Reviewed by Eric Seidel.

  • html/parser/HTMLConstructionSite.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r144027 r144030  
     12013-02-26  Adam Klein  <adamk@chromium.org>
     2
     3        Remove unused conditional includes of {MathML,SVG}Names.h
     4        https://bugs.webkit.org/show_bug.cgi?id=110809
     5
     6        Reviewed by Eric Seidel.
     7
     8        * html/parser/HTMLConstructionSite.cpp:
     9
    1102013-02-26  Eric Seidel  <eric@webkit.org>
    211
  • trunk/Source/WebCore/html/parser/HTMLConstructionSite.cpp

    r142791 r144030  
    4747#include "HTMLTokenizer.h"
    4848#include "LocalizedStrings.h"
    49 #if ENABLE(MATHML)
    50 #include "MathMLNames.h"
    51 #endif
    5249#include "NotImplemented.h"
    53 #if ENABLE(SVG)
    54 #include "SVGNames.h"
    55 #endif
    5650#include "Settings.h"
    5751#include "Text.h"
Note: See TracChangeset for help on using the changeset viewer.