Changeset 117044 in webkit


Ignore:
Timestamp:
May 15, 2012 2:13:39 AM (12 years ago)
Author:
morrita@google.com
Message:

Kill unnecessary RuntimeEnabledFeatures.h inclusion
https://bugs.webkit.org/show_bug.cgi?id=86451

Reviewed by Kentaro Hara.

No new tests. No behavior change.

  • dom/Element.cpp:
  • dom/ElementShadow.cpp:
  • dom/TreeScope.cpp:
Location:
trunk/Source/WebCore
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r117041 r117044  
     12012-05-15  MORITA Hajime  <morrita@google.com>
     2
     3        Kill unnecessary RuntimeEnabledFeatures.h inclusion
     4        https://bugs.webkit.org/show_bug.cgi?id=86451
     5
     6        Reviewed by Kentaro Hara.
     7
     8        No new tests. No behavior change.
     9
     10        * dom/Element.cpp:
     11        * dom/ElementShadow.cpp:
     12        * dom/TreeScope.cpp:
     13
    1142012-05-14  Shinya Kawanaka  <shinyak@chromium.org>
    215
  • trunk/Source/WebCore/dom/Element.cpp

    r116798 r117044  
    6161#include "RenderView.h"
    6262#include "RenderWidget.h"
    63 #include "RuntimeEnabledFeatures.h"
    6463#include "Settings.h"
    6564#include "ShadowRoot.h"
  • trunk/Source/WebCore/dom/ElementShadow.cpp

    r117033 r117044  
    3333#include "HTMLShadowElement.h"
    3434#include "InspectorInstrumentation.h"
    35 #include "RuntimeEnabledFeatures.h"
    3635#include "ShadowRoot.h"
    3736#include "StyleResolver.h"
  • trunk/Source/WebCore/dom/TreeScope.cpp

    r116746 r117044  
    3939#include "HTMLNames.h"
    4040#include "Page.h"
    41 #include "RuntimeEnabledFeatures.h"
    4241#include "TreeScopeAdopter.h"
    4342#include <wtf/text/AtomicString.h>
Note: See TracChangeset for help on using the changeset viewer.