<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[173397] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/173397">173397</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-09-08 13:51:39 -0700 (Mon, 08 Sep 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove FILTERS flag
https://bugs.webkit.org/show_bug.cgi?id=136571

Patch by Eva Balazsfalvi &lt;evab.u-szeged@partner.samsung.com&gt; on 2014-09-08
Reviewed by Darin Adler.

.:

* Source/cmake/OptionsEfl.cmake:
* Source/cmake/OptionsGTK.cmake:
* Source/cmake/OptionsMac.cmake:
* Source/cmake/WebKitFeatures.cmake:
* Source/cmakeconfig.h.cmake:

Source/JavaScriptCore:

* Configurations/FeatureDefines.xcconfig:

Source/WebCore:

No new tests required, no new functionality.

* CMakeLists.txt:
* Configurations/FeatureDefines.xcconfig:
* DerivedSources.make:
* dom/DOMImplementation.cpp:
(WebCore::isSupportedSVG10Feature):
(WebCore::isSupportedSVG11Feature):
* platform/graphics/cpu/arm/filters/FEBlendNEON.h:
* platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h:
* platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h:
* platform/graphics/cpu/arm/filters/NEONHelpers.h:
* platform/graphics/filters/DistantLightSource.cpp:
* platform/graphics/filters/DistantLightSource.h:
* platform/graphics/filters/FEBlend.cpp:
* platform/graphics/filters/FEBlend.h:
* platform/graphics/filters/FEColorMatrix.cpp:
* platform/graphics/filters/FEColorMatrix.h:
* platform/graphics/filters/FEComponentTransfer.cpp:
* platform/graphics/filters/FEComponentTransfer.h:
* platform/graphics/filters/FEComposite.cpp:
* platform/graphics/filters/FEComposite.h:
* platform/graphics/filters/FEConvolveMatrix.cpp:
* platform/graphics/filters/FEConvolveMatrix.h:
* platform/graphics/filters/FEDiffuseLighting.cpp:
* platform/graphics/filters/FEDiffuseLighting.h:
* platform/graphics/filters/FEDisplacementMap.cpp:
* platform/graphics/filters/FEDisplacementMap.h:
* platform/graphics/filters/FEDropShadow.cpp:
* platform/graphics/filters/FEDropShadow.h:
* platform/graphics/filters/FEFlood.cpp:
* platform/graphics/filters/FEFlood.h:
* platform/graphics/filters/FEGaussianBlur.cpp:
* platform/graphics/filters/FEGaussianBlur.h:
* platform/graphics/filters/FELighting.cpp:
* platform/graphics/filters/FELighting.h:
* platform/graphics/filters/FEMerge.cpp:
* platform/graphics/filters/FEMerge.h:
* platform/graphics/filters/FEMorphology.cpp:
* platform/graphics/filters/FEMorphology.h:
* platform/graphics/filters/FEOffset.cpp:
* platform/graphics/filters/FEOffset.h:
* platform/graphics/filters/FESpecularLighting.cpp:
* platform/graphics/filters/FESpecularLighting.h:
* platform/graphics/filters/FETile.cpp:
* platform/graphics/filters/FETile.h:
* platform/graphics/filters/FETurbulence.cpp:
* platform/graphics/filters/FETurbulence.h:
* platform/graphics/filters/Filter.h:
* platform/graphics/filters/FilterEffect.cpp:
* platform/graphics/filters/FilterEffect.h:
* platform/graphics/filters/LightSource.h:
* platform/graphics/filters/PointLightSource.cpp:
* platform/graphics/filters/PointLightSource.h:
* platform/graphics/filters/SourceAlpha.cpp:
* platform/graphics/filters/SourceAlpha.h:
* platform/graphics/filters/SourceGraphic.cpp:
* platform/graphics/filters/SourceGraphic.h:
* platform/graphics/filters/SpotLightSource.cpp:
* platform/graphics/filters/SpotLightSource.h:
* rendering/svg/RenderSVGResource.cpp:
(WebCore::removeFromCacheAndInvalidateDependencies):
* rendering/svg/RenderSVGResourceFilter.cpp:
* rendering/svg/RenderSVGResourceFilter.h:
* rendering/svg/RenderSVGResourceFilterPrimitive.cpp:
* rendering/svg/RenderSVGResourceFilterPrimitive.h:
* rendering/svg/RenderSVGRoot.cpp:
* rendering/svg/SVGRenderSupport.cpp:
(WebCore::SVGRenderSupport::intersectRepaintRectWithResources):
* rendering/svg/SVGRenderTreeAsText.cpp:
(WebCore::writeSVGResourceContainer):
(WebCore::writeResources):
* rendering/svg/SVGRenderingContext.cpp:
(WebCore::SVGRenderingContext::~SVGRenderingContext):
(WebCore::SVGRenderingContext::prepareToRenderSVGContent):
* rendering/svg/SVGRenderingContext.h:
(WebCore::SVGRenderingContext::SVGRenderingContext):
* rendering/svg/SVGResources.cpp:
(WebCore::targetReferenceFromResource):
(WebCore::SVGResources::buildCachedResources):
(WebCore::SVGResources::removeClientFromCache):
(WebCore::SVGResources::resourceDestroyed):
(WebCore::SVGResources::buildSetOfResources):
(WebCore::SVGResources::resetFilter):
(WebCore::SVGResources::dump):
* rendering/svg/SVGResources.h:
(WebCore::SVGResources::filter):
(WebCore::SVGResources::ClipperFilterMaskerData::ClipperFilterMaskerData):
* rendering/svg/SVGResourcesCycleSolver.cpp:
(WebCore::SVGResourcesCycleSolver::breakCycle):
* svg/SVGAnimatedEnumeration.cpp:
(WebCore::enumerationValueForTargetAttribute):
* svg/SVGComponentTransferFunctionElement.cpp:
* svg/SVGComponentTransferFunctionElement.h:
* svg/SVGComponentTransferFunctionElement.idl:
* svg/SVGFEBlendElement.cpp:
* svg/SVGFEBlendElement.h:
* svg/SVGFEBlendElement.idl:
* svg/SVGFEColorMatrixElement.cpp:
* svg/SVGFEColorMatrixElement.h:
* svg/SVGFEColorMatrixElement.idl:
* svg/SVGFEComponentTransferElement.cpp:
* svg/SVGFEComponentTransferElement.h:
* svg/SVGFEComponentTransferElement.idl:
* svg/SVGFECompositeElement.cpp:
* svg/SVGFECompositeElement.h:
* svg/SVGFECompositeElement.idl:
* svg/SVGFEConvolveMatrixElement.cpp:
* svg/SVGFEConvolveMatrixElement.h:
* svg/SVGFEConvolveMatrixElement.idl:
* svg/SVGFEDiffuseLightingElement.cpp:
* svg/SVGFEDiffuseLightingElement.h:
* svg/SVGFEDiffuseLightingElement.idl:
* svg/SVGFEDisplacementMapElement.cpp:
* svg/SVGFEDisplacementMapElement.h:
* svg/SVGFEDisplacementMapElement.idl:
* svg/SVGFEDistantLightElement.cpp:
* svg/SVGFEDistantLightElement.h:
* svg/SVGFEDistantLightElement.idl:
* svg/SVGFEDropShadowElement.cpp:
* svg/SVGFEDropShadowElement.h:
* svg/SVGFEDropShadowElement.idl:
* svg/SVGFEFloodElement.cpp:
* svg/SVGFEFloodElement.h:
* svg/SVGFEFloodElement.idl:
* svg/SVGFEFuncAElement.cpp:
* svg/SVGFEFuncAElement.h:
* svg/SVGFEFuncAElement.idl:
* svg/SVGFEFuncBElement.cpp:
* svg/SVGFEFuncBElement.h:
* svg/SVGFEFuncBElement.idl:
* svg/SVGFEFuncGElement.cpp:
* svg/SVGFEFuncGElement.h:
* svg/SVGFEFuncGElement.idl:
* svg/SVGFEFuncRElement.cpp:
* svg/SVGFEFuncRElement.h:
* svg/SVGFEFuncRElement.idl:
* svg/SVGFEGaussianBlurElement.cpp:
* svg/SVGFEGaussianBlurElement.h:
* svg/SVGFEGaussianBlurElement.idl:
* svg/SVGFEImageElement.cpp:
* svg/SVGFEImageElement.h:
* svg/SVGFEImageElement.idl:
* svg/SVGFELightElement.cpp:
* svg/SVGFELightElement.h:
* svg/SVGFEMergeElement.cpp:
* svg/SVGFEMergeElement.h:
* svg/SVGFEMergeElement.idl:
* svg/SVGFEMergeNodeElement.cpp:
* svg/SVGFEMergeNodeElement.h:
* svg/SVGFEMergeNodeElement.idl:
* svg/SVGFEMorphologyElement.cpp:
* svg/SVGFEMorphologyElement.h:
* svg/SVGFEMorphologyElement.idl:
* svg/SVGFEOffsetElement.cpp:
* svg/SVGFEOffsetElement.h:
* svg/SVGFEOffsetElement.idl:
* svg/SVGFEPointLightElement.cpp:
* svg/SVGFEPointLightElement.h:
* svg/SVGFEPointLightElement.idl:
* svg/SVGFESpecularLightingElement.cpp:
* svg/SVGFESpecularLightingElement.h:
* svg/SVGFESpecularLightingElement.idl:
* svg/SVGFESpotLightElement.cpp:
* svg/SVGFESpotLightElement.h:
* svg/SVGFESpotLightElement.idl:
* svg/SVGFETileElement.cpp:
* svg/SVGFETileElement.h:
* svg/SVGFETileElement.idl:
* svg/SVGFETurbulenceElement.cpp:
* svg/SVGFETurbulenceElement.h:
* svg/SVGFETurbulenceElement.idl:
* svg/SVGFilterElement.cpp:
* svg/SVGFilterElement.h:
* svg/SVGFilterElement.idl:
* svg/SVGFilterPrimitiveStandardAttributes.cpp:
* svg/SVGFilterPrimitiveStandardAttributes.h:
* svg/graphics/filters/SVGFEImage.cpp:
* svg/graphics/filters/SVGFEImage.h:
* svg/graphics/filters/SVGFilter.cpp:
* svg/graphics/filters/SVGFilter.h:
* svg/graphics/filters/SVGFilterBuilder.cpp:
* svg/graphics/filters/SVGFilterBuilder.h:
* svg/svgtags.in:

Source/WebKit/mac:

* Configurations/FeatureDefines.xcconfig:

Source/WebKit2:

* Configurations/FeatureDefines.xcconfig:

Source/WTF:

* wtf/FeatureDefines.h:

Tools:

* Scripts/webkitperl/FeatureList.pm:

WebKitLibraries:

* win/tools/vsprops/FeatureDefines.props:
* win/tools/vsprops/FeatureDefinesCairo.props:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkChangeLog">trunk/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreConfigurationsFeatureDefinesxcconfig">trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig</a></li>
<li><a href="#trunkSourceWTFChangeLog">trunk/Source/WTF/ChangeLog</a></li>
<li><a href="#trunkSourceWTFwtfFeatureDefinesh">trunk/Source/WTF/wtf/FeatureDefines.h</a></li>
<li><a href="#trunkSourceWebCoreCMakeListstxt">trunk/Source/WebCore/CMakeLists.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreConfigurationsFeatureDefinesxcconfig">trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig</a></li>
<li><a href="#trunkSourceWebCoreDerivedSourcesmake">trunk/Source/WebCore/DerivedSources.make</a></li>
<li><a href="#trunkSourceWebCoredomDOMImplementationcpp">trunk/Source/WebCore/dom/DOMImplementation.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicscpuarmfiltersFEBlendNEONh">trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicscpuarmfiltersFECompositeArithmeticNEONh">trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicscpuarmfiltersFEGaussianBlurNEONh">trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicscpuarmfiltersNEONHelpersh">trunk/Source/WebCore/platform/graphics/cpu/arm/filters/NEONHelpers.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersDistantLightSourcecpp">trunk/Source/WebCore/platform/graphics/filters/DistantLightSource.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersDistantLightSourceh">trunk/Source/WebCore/platform/graphics/filters/DistantLightSource.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEBlendcpp">trunk/Source/WebCore/platform/graphics/filters/FEBlend.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEBlendh">trunk/Source/WebCore/platform/graphics/filters/FEBlend.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEColorMatrixcpp">trunk/Source/WebCore/platform/graphics/filters/FEColorMatrix.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEColorMatrixh">trunk/Source/WebCore/platform/graphics/filters/FEColorMatrix.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEComponentTransfercpp">trunk/Source/WebCore/platform/graphics/filters/FEComponentTransfer.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEComponentTransferh">trunk/Source/WebCore/platform/graphics/filters/FEComponentTransfer.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFECompositecpp">trunk/Source/WebCore/platform/graphics/filters/FEComposite.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFECompositeh">trunk/Source/WebCore/platform/graphics/filters/FEComposite.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEConvolveMatrixcpp">trunk/Source/WebCore/platform/graphics/filters/FEConvolveMatrix.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEConvolveMatrixh">trunk/Source/WebCore/platform/graphics/filters/FEConvolveMatrix.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEDiffuseLightingcpp">trunk/Source/WebCore/platform/graphics/filters/FEDiffuseLighting.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEDiffuseLightingh">trunk/Source/WebCore/platform/graphics/filters/FEDiffuseLighting.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEDisplacementMapcpp">trunk/Source/WebCore/platform/graphics/filters/FEDisplacementMap.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEDisplacementMaph">trunk/Source/WebCore/platform/graphics/filters/FEDisplacementMap.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEDropShadowcpp">trunk/Source/WebCore/platform/graphics/filters/FEDropShadow.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEDropShadowh">trunk/Source/WebCore/platform/graphics/filters/FEDropShadow.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEFloodcpp">trunk/Source/WebCore/platform/graphics/filters/FEFlood.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEFloodh">trunk/Source/WebCore/platform/graphics/filters/FEFlood.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEGaussianBlurcpp">trunk/Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEGaussianBlurh">trunk/Source/WebCore/platform/graphics/filters/FEGaussianBlur.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFELightingcpp">trunk/Source/WebCore/platform/graphics/filters/FELighting.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFELightingh">trunk/Source/WebCore/platform/graphics/filters/FELighting.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEMergecpp">trunk/Source/WebCore/platform/graphics/filters/FEMerge.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEMergeh">trunk/Source/WebCore/platform/graphics/filters/FEMerge.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEMorphologycpp">trunk/Source/WebCore/platform/graphics/filters/FEMorphology.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEMorphologyh">trunk/Source/WebCore/platform/graphics/filters/FEMorphology.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEOffsetcpp">trunk/Source/WebCore/platform/graphics/filters/FEOffset.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFEOffseth">trunk/Source/WebCore/platform/graphics/filters/FEOffset.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFESpecularLightingcpp">trunk/Source/WebCore/platform/graphics/filters/FESpecularLighting.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFESpecularLightingh">trunk/Source/WebCore/platform/graphics/filters/FESpecularLighting.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFETilecpp">trunk/Source/WebCore/platform/graphics/filters/FETile.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFETileh">trunk/Source/WebCore/platform/graphics/filters/FETile.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFETurbulencecpp">trunk/Source/WebCore/platform/graphics/filters/FETurbulence.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFETurbulenceh">trunk/Source/WebCore/platform/graphics/filters/FETurbulence.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFilterh">trunk/Source/WebCore/platform/graphics/filters/Filter.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFilterEffectcpp">trunk/Source/WebCore/platform/graphics/filters/FilterEffect.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFilterEffecth">trunk/Source/WebCore/platform/graphics/filters/FilterEffect.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersLightSourceh">trunk/Source/WebCore/platform/graphics/filters/LightSource.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersPointLightSourcecpp">trunk/Source/WebCore/platform/graphics/filters/PointLightSource.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersPointLightSourceh">trunk/Source/WebCore/platform/graphics/filters/PointLightSource.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersSourceAlphacpp">trunk/Source/WebCore/platform/graphics/filters/SourceAlpha.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersSourceAlphah">trunk/Source/WebCore/platform/graphics/filters/SourceAlpha.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersSourceGraphiccpp">trunk/Source/WebCore/platform/graphics/filters/SourceGraphic.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersSourceGraphich">trunk/Source/WebCore/platform/graphics/filters/SourceGraphic.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersSpotLightSourcecpp">trunk/Source/WebCore/platform/graphics/filters/SpotLightSource.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersSpotLightSourceh">trunk/Source/WebCore/platform/graphics/filters/SpotLightSource.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourcecpp">trunk/Source/WebCore/rendering/svg/RenderSVGResource.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceFiltercpp">trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceFilterh">trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceFilterPrimitivecpp">trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceFilterPrimitiveh">trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGRootcpp">trunk/Source/WebCore/rendering/svg/RenderSVGRoot.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGRenderSupportcpp">trunk/Source/WebCore/rendering/svg/SVGRenderSupport.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGRenderTreeAsTextcpp">trunk/Source/WebCore/rendering/svg/SVGRenderTreeAsText.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGRenderingContextcpp">trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGRenderingContexth">trunk/Source/WebCore/rendering/svg/SVGRenderingContext.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGResourcescpp">trunk/Source/WebCore/rendering/svg/SVGResources.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGResourcesh">trunk/Source/WebCore/rendering/svg/SVGResources.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGResourcesCycleSolvercpp">trunk/Source/WebCore/rendering/svg/SVGResourcesCycleSolver.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedEnumerationcpp">trunk/Source/WebCore/svg/SVGAnimatedEnumeration.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGComponentTransferFunctionElementcpp">trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGComponentTransferFunctionElementh">trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGComponentTransferFunctionElementidl">trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEBlendElementcpp">trunk/Source/WebCore/svg/SVGFEBlendElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEBlendElementh">trunk/Source/WebCore/svg/SVGFEBlendElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEBlendElementidl">trunk/Source/WebCore/svg/SVGFEBlendElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEColorMatrixElementcpp">trunk/Source/WebCore/svg/SVGFEColorMatrixElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEColorMatrixElementh">trunk/Source/WebCore/svg/SVGFEColorMatrixElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEColorMatrixElementidl">trunk/Source/WebCore/svg/SVGFEColorMatrixElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEComponentTransferElementcpp">trunk/Source/WebCore/svg/SVGFEComponentTransferElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEComponentTransferElementh">trunk/Source/WebCore/svg/SVGFEComponentTransferElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEComponentTransferElementidl">trunk/Source/WebCore/svg/SVGFEComponentTransferElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFECompositeElementcpp">trunk/Source/WebCore/svg/SVGFECompositeElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFECompositeElementh">trunk/Source/WebCore/svg/SVGFECompositeElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFECompositeElementidl">trunk/Source/WebCore/svg/SVGFECompositeElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEConvolveMatrixElementcpp">trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEConvolveMatrixElementh">trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEConvolveMatrixElementidl">trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDiffuseLightingElementcpp">trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDiffuseLightingElementh">trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDiffuseLightingElementidl">trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDisplacementMapElementcpp">trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDisplacementMapElementh">trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDisplacementMapElementidl">trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDistantLightElementcpp">trunk/Source/WebCore/svg/SVGFEDistantLightElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDistantLightElementh">trunk/Source/WebCore/svg/SVGFEDistantLightElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDistantLightElementidl">trunk/Source/WebCore/svg/SVGFEDistantLightElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDropShadowElementcpp">trunk/Source/WebCore/svg/SVGFEDropShadowElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDropShadowElementh">trunk/Source/WebCore/svg/SVGFEDropShadowElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEDropShadowElementidl">trunk/Source/WebCore/svg/SVGFEDropShadowElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFloodElementcpp">trunk/Source/WebCore/svg/SVGFEFloodElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFloodElementh">trunk/Source/WebCore/svg/SVGFEFloodElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFloodElementidl">trunk/Source/WebCore/svg/SVGFEFloodElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncAElementcpp">trunk/Source/WebCore/svg/SVGFEFuncAElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncAElementh">trunk/Source/WebCore/svg/SVGFEFuncAElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncAElementidl">trunk/Source/WebCore/svg/SVGFEFuncAElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncBElementcpp">trunk/Source/WebCore/svg/SVGFEFuncBElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncBElementh">trunk/Source/WebCore/svg/SVGFEFuncBElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncBElementidl">trunk/Source/WebCore/svg/SVGFEFuncBElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncGElementcpp">trunk/Source/WebCore/svg/SVGFEFuncGElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncGElementh">trunk/Source/WebCore/svg/SVGFEFuncGElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncGElementidl">trunk/Source/WebCore/svg/SVGFEFuncGElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncRElementcpp">trunk/Source/WebCore/svg/SVGFEFuncRElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncRElementh">trunk/Source/WebCore/svg/SVGFEFuncRElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEFuncRElementidl">trunk/Source/WebCore/svg/SVGFEFuncRElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEGaussianBlurElementcpp">trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEGaussianBlurElementh">trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEGaussianBlurElementidl">trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEImageElementcpp">trunk/Source/WebCore/svg/SVGFEImageElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEImageElementh">trunk/Source/WebCore/svg/SVGFEImageElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEImageElementidl">trunk/Source/WebCore/svg/SVGFEImageElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFELightElementcpp">trunk/Source/WebCore/svg/SVGFELightElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFELightElementh">trunk/Source/WebCore/svg/SVGFELightElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEMergeElementcpp">trunk/Source/WebCore/svg/SVGFEMergeElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEMergeElementh">trunk/Source/WebCore/svg/SVGFEMergeElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEMergeElementidl">trunk/Source/WebCore/svg/SVGFEMergeElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEMergeNodeElementcpp">trunk/Source/WebCore/svg/SVGFEMergeNodeElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEMergeNodeElementh">trunk/Source/WebCore/svg/SVGFEMergeNodeElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEMergeNodeElementidl">trunk/Source/WebCore/svg/SVGFEMergeNodeElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEMorphologyElementcpp">trunk/Source/WebCore/svg/SVGFEMorphologyElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEMorphologyElementh">trunk/Source/WebCore/svg/SVGFEMorphologyElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEMorphologyElementidl">trunk/Source/WebCore/svg/SVGFEMorphologyElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEOffsetElementcpp">trunk/Source/WebCore/svg/SVGFEOffsetElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEOffsetElementh">trunk/Source/WebCore/svg/SVGFEOffsetElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEOffsetElementidl">trunk/Source/WebCore/svg/SVGFEOffsetElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEPointLightElementcpp">trunk/Source/WebCore/svg/SVGFEPointLightElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEPointLightElementh">trunk/Source/WebCore/svg/SVGFEPointLightElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFEPointLightElementidl">trunk/Source/WebCore/svg/SVGFEPointLightElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFESpecularLightingElementcpp">trunk/Source/WebCore/svg/SVGFESpecularLightingElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFESpecularLightingElementh">trunk/Source/WebCore/svg/SVGFESpecularLightingElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFESpecularLightingElementidl">trunk/Source/WebCore/svg/SVGFESpecularLightingElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFESpotLightElementcpp">trunk/Source/WebCore/svg/SVGFESpotLightElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFESpotLightElementh">trunk/Source/WebCore/svg/SVGFESpotLightElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFESpotLightElementidl">trunk/Source/WebCore/svg/SVGFESpotLightElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFETileElementcpp">trunk/Source/WebCore/svg/SVGFETileElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFETileElementh">trunk/Source/WebCore/svg/SVGFETileElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFETileElementidl">trunk/Source/WebCore/svg/SVGFETileElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFETurbulenceElementcpp">trunk/Source/WebCore/svg/SVGFETurbulenceElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFETurbulenceElementh">trunk/Source/WebCore/svg/SVGFETurbulenceElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFETurbulenceElementidl">trunk/Source/WebCore/svg/SVGFETurbulenceElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFilterElementcpp">trunk/Source/WebCore/svg/SVGFilterElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFilterElementh">trunk/Source/WebCore/svg/SVGFilterElement.h</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFilterElementidl">trunk/Source/WebCore/svg/SVGFilterElement.idl</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFilterPrimitiveStandardAttributescpp">trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFilterPrimitiveStandardAttributesh">trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsfiltersSVGFEImagecpp">trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.cpp</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsfiltersSVGFEImageh">trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.h</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsfiltersSVGFiltercpp">trunk/Source/WebCore/svg/graphics/filters/SVGFilter.cpp</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsfiltersSVGFilterh">trunk/Source/WebCore/svg/graphics/filters/SVGFilter.h</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsfiltersSVGFilterBuildercpp">trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.cpp</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsfiltersSVGFilterBuilderh">trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.h</a></li>
<li><a href="#trunkSourceWebCoresvgsvgtagsin">trunk/Source/WebCore/svg/svgtags.in</a></li>
<li><a href="#trunkSourceWebKitmacChangeLog">trunk/Source/WebKit/mac/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitmacConfigurationsFeatureDefinesxcconfig">trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2ConfigurationsFeatureDefinesxcconfig">trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig</a></li>
<li><a href="#trunkSourcecmakeOptionsEflcmake">trunk/Source/cmake/OptionsEfl.cmake</a></li>
<li><a href="#trunkSourcecmakeOptionsGTKcmake">trunk/Source/cmake/OptionsGTK.cmake</a></li>
<li><a href="#trunkSourcecmakeOptionsMaccmake">trunk/Source/cmake/OptionsMac.cmake</a></li>
<li><a href="#trunkSourcecmakeWebKitFeaturescmake">trunk/Source/cmake/WebKitFeatures.cmake</a></li>
<li><a href="#trunkSourcecmakeconfighcmake">trunk/Source/cmakeconfig.h.cmake</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsScriptswebkitperlFeatureListpm">trunk/Tools/Scripts/webkitperl/FeatureList.pm</a></li>
<li><a href="#trunkWebKitLibrariesChangeLog">trunk/WebKitLibraries/ChangeLog</a></li>
<li><a href="#trunkWebKitLibrarieswintoolsvspropsFeatureDefinesprops">trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.props</a></li>
<li><a href="#trunkWebKitLibrarieswintoolsvspropsFeatureDefinesCairoprops">trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.props</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/ChangeLog (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/ChangeLog        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/ChangeLog        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2014-09-08  Eva Balazsfalvi  &lt;evab.u-szeged@partner.samsung.com&gt;
+
+        Remove FILTERS flag
+        https://bugs.webkit.org/show_bug.cgi?id=136571
+
+        Reviewed by Darin Adler.
+
+        * Source/cmake/OptionsEfl.cmake:
+        * Source/cmake/OptionsGTK.cmake:
+        * Source/cmake/OptionsMac.cmake:
+        * Source/cmake/WebKitFeatures.cmake:
+        * Source/cmakeconfig.h.cmake:
+
</ins><span class="cx"> 2014-09-04  Eva Balazsfalvi  &lt;evab.u-szeged@partner.samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove CSS_FILTERS flag
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/JavaScriptCore/ChangeLog        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-09-08  Eva Balazsfalvi  &lt;evab.u-szeged@partner.samsung.com&gt;
+
+        Remove FILTERS flag
+        https://bugs.webkit.org/show_bug.cgi?id=136571
+
+        Reviewed by Darin Adler.
+
+        * Configurations/FeatureDefines.xcconfig:
+
</ins><span class="cx"> 2014-09-08  Saam Barati  &lt;saambarati1@gmail.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Merge StructureShapes that share the same prototype chain
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreConfigurationsFeatureDefinesxcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -82,7 +82,6 @@
</span><span class="cx"> ENABLE_ENCRYPTED_MEDIA_V2_macosx_1080 = ;
</span><span class="cx"> ENABLE_ENCRYPTED_MEDIA_V2_macosx_1090 = ENABLE_ENCRYPTED_MEDIA_V2;
</span><span class="cx"> ENABLE_ENCRYPTED_MEDIA_V2_macosx_101000 = ENABLE_ENCRYPTED_MEDIA_V2;
</span><del>-ENABLE_FILTERS = ENABLE_FILTERS;
</del><span class="cx"> ENABLE_FONT_LOAD_EVENTS = ;
</span><span class="cx"> ENABLE_FULLSCREEN_API = $(ENABLE_FULLSCREEN_API_$(PLATFORM_NAME));
</span><span class="cx"> ENABLE_FULLSCREEN_API_macosx = ENABLE_FULLSCREEN_API;
</span><span class="lines">@@ -271,4 +270,4 @@
</span><span class="cx"> 
</span><span class="cx"> ENABLE_SATURATED_LAYOUT_ARITHMETIC = ENABLE_SATURATED_LAYOUT_ARITHMETIC;
</span><span class="cx"> 
</span><del>-FEATURE_DEFINES = $(ENABLE_3D_RENDERING) $(ENABLE_ACCELERATED_2D_CANVAS) $(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) $(ENABLE_AVF_CAPTIONS) $(ENABLE_CACHE_PARTITIONING) $(ENABLE_CANVAS_PATH) $(ENABLE_CANVAS_PROXY) $(ENABLE_CHANNEL_MESSAGING) $(ENABLE_CONTENT_FILTERING) $(ENABLE_CSP_NEXT) $(ENABLE_CSS_BOX_DECORATION_BREAK) $(ENABLE_CSS_COMPOSITING) $(ENABLE_CSS_DEVICE_ADAPTATION) $(ENABLE_CSS_GRID_LAYOUT) $(ENABLE_CSS_IMAGE_ORIENTATION) $(ENABLE_CSS_IMAGE_RESOLUTION) $(ENABLE_CSS_REGIONS) $(ENABLE_CSS_SELECTORS_LEVEL4) $(ENABLE_CSS_SHAPES) $(ENABLE_CSS3_CONDITIONAL_RULES) $(ENABLE_CSS3_TEXT) $(ENABLE_CSS3_TEXT_LINE_BREAK) $(ENABLE_CURSOR_VISIBILITY) $(ENABLE_CUSTOM_SCHEME_HANDLER) $(ENABLE_DASHBOARD_SUPPORT) $(ENABLE_DATALIST_ELEMENT) $(ENABLE_DATA_TRANSFER_ITEMS) $(ENABLE_DETAILS_ELEMENT) $(ENABLE_DEVICE_ORIENTATION) $(ENABLE_DOM4_EVENTS_CONSTRUCTOR) $(ENABLE_ENCRYPTED_MEDIA) $(ENABLE_ENCRYPTED_MEDIA_V2) $(ENABLE_FILTERS) $(ENABLE_FONT_LOAD_EVENTS) $(ENABLE_FULLSCREEN_API) $(ENABLE_GAMEPAD) $(ENABLE_GAMEPAD_DEPRECATED) $(ENABLE_GEOLOCATION) $(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING) $(ENABLE_ICONDATABASE) $(ENABLE_SERVICE_CONTROLS) $(ENABLE_INDEXED_DATABASE) $(ENABLE_INDEXED_DATABASE_IN_WORKERS) $(ENABLE_INDIE_UI) $(ENABLE_INPUT_TYPE_COLOR) $(ENABLE_INPUT_TYPE_COLOR_POPOVER) $(ENABLE_INPUT_TYPE_DATE) $(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE) $(ENABLE_INPUT_TYPE_DATETIMELOCAL) $(ENABLE_INPUT_TYPE_MONTH) $(ENABLE_INPUT_TYPE_TIME) $(ENABLE_INPUT_TYPE_WEEK) $(ENABLE_INSPECTOR) $(ENABLE_IOS_AIRPLAY) $(ENABLE_IOS_GESTURE_EVENTS) $(ENABLE_IOS_TEXT_AUTOSIZING) $(ENABLE_IOS_TOUCH_EVENTS) $(ENABLE_LEGACY_CSS_VENDOR_PREFIXES) $(ENABLE_LEGACY_NOTIFICATIONS) $(ENABLE_LEGACY_VENDOR_PREFIXES) $(ENABLE_LEGACY_WEB_AUDIO) $(ENABLE_LETTERPRESS) $(ENABLE_LINK_PREFETCH) $(ENABLE_MATHML) $(ENABLE_MEDIA_CONTROLS_SCRIPT) $(ENABLE_MEDIA_SOURCE) $(ENABLE_MEDIA_STATISTICS) $(ENABLE_METER_ELEMENT) $(ENABLE_MHTML) $(ENABLE_MOUSE_CURSOR_SCALE) $(ENABLE_NAVIGATOR_CONTENT_UTILS) $(ENABLE_NAVIGATOR_HWCONCURRENCY) $(ENABLE_NOTIFICATIONS) $(ENABLE_PDFKIT_PLUGIN) $(ENABLE_POINTER_LOCK) $(ENABLE_PROMISES) $(ENABLE_PROXIMITY_EVENTS) $(ENABLE_PUBLIC_SUFFIX_LIST) $(ENABLE_QUOTA) $(ENABLE_REQUEST_ANIMATION_FRAME) $(ENABLE_REMOTE_INSPECTOR) $(ENABLE_RESOLUTION_MEDIA_QUERY) $(ENABLE_RUBBER_BANDING) $(ENABLE_SHARED_WORKERS) $(ENABLE_CSS_SCROLL_SNAP) $(ENABLE_SPEECH_SYNTHESIS) $(ENABLE_SQL_DATABASE) $(ENABLE_SUBTLE_CRYPTO) $(ENABLE_SVG_FONTS) $(ENABLE_TELEPHONE_NUMBER_DETECTION) $(ENABLE_TEMPLATE_ELEMENT) $(ENABLE_TEXT_AUTOSIZING) $(ENABLE_TOUCH_EVENTS) $(ENABLE_TOUCH_ICON_LOADING) $(ENABLE_USERSELECT_ALL) $(ENABLE_VIDEO) $(ENABLE_VIDEO_TRACK) $(ENABLE_DATACUE_VALUE) $(ENABLE_VIEW_MODE_CSS_MEDIA) $(ENABLE_WEBGL) $(ENABLE_WEB_AUDIO) $(ENABLE_WEB_REPLAY) $(ENABLE_WEB_SOCKETS) $(ENABLE_PICTURE_SIZES) $(ENABLE_WEB_TIMING) $(ENABLE_WEBVTT_REGIONS) $(ENABLE_XHR_TIMEOUT) $(ENABLE_XSLT) $(ENABLE_FTL_JIT) $(ENABLE_LLINT_C_LOOP) $(ENABLE_SATURATED_LAYOUT_ARITHMETIC) $(FEATURE_DEFINES_$(PLATFORM_NAME));
</del><ins>+FEATURE_DEFINES = $(ENABLE_3D_RENDERING) $(ENABLE_ACCELERATED_2D_CANVAS) $(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) $(ENABLE_AVF_CAPTIONS) $(ENABLE_CACHE_PARTITIONING) $(ENABLE_CANVAS_PATH) $(ENABLE_CANVAS_PROXY) $(ENABLE_CHANNEL_MESSAGING) $(ENABLE_CONTENT_FILTERING) $(ENABLE_CSP_NEXT) $(ENABLE_CSS_BOX_DECORATION_BREAK) $(ENABLE_CSS_COMPOSITING) $(ENABLE_CSS_DEVICE_ADAPTATION) $(ENABLE_CSS_GRID_LAYOUT) $(ENABLE_CSS_IMAGE_ORIENTATION) $(ENABLE_CSS_IMAGE_RESOLUTION) $(ENABLE_CSS_REGIONS) $(ENABLE_CSS_SELECTORS_LEVEL4) $(ENABLE_CSS_SHAPES) $(ENABLE_CSS3_CONDITIONAL_RULES) $(ENABLE_CSS3_TEXT) $(ENABLE_CSS3_TEXT_LINE_BREAK) $(ENABLE_CURSOR_VISIBILITY) $(ENABLE_CUSTOM_SCHEME_HANDLER) $(ENABLE_DASHBOARD_SUPPORT) $(ENABLE_DATALIST_ELEMENT) $(ENABLE_DATA_TRANSFER_ITEMS) $(ENABLE_DETAILS_ELEMENT) $(ENABLE_DEVICE_ORIENTATION) $(ENABLE_DOM4_EVENTS_CONSTRUCTOR) $(ENABLE_ENCRYPTED_MEDIA) $(ENABLE_ENCRYPTED_MEDIA_V2) $(ENABLE_FONT_LOAD_EVENTS) $(ENABLE_FULLSCREEN_API) $(ENABLE_GAMEPAD) $(ENABLE_GAMEPAD_DEPRECATED) $(ENABLE_GEOLOCATION) $(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING) $(ENABLE_ICONDATABASE) $(ENABLE_SERVICE_CONTROLS) $(ENABLE_INDEXED_DATABASE) $(ENABLE_INDEXED_DATABASE_IN_WORKERS) $(ENABLE_INDIE_UI) $(ENABLE_INPUT_TYPE_COLOR) $(ENABLE_INPUT_TYPE_COLOR_POPOVER) $(ENABLE_INPUT_TYPE_DATE) $(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE) $(ENABLE_INPUT_TYPE_DATETIMELOCAL) $(ENABLE_INPUT_TYPE_MONTH) $(ENABLE_INPUT_TYPE_TIME) $(ENABLE_INPUT_TYPE_WEEK) $(ENABLE_INSPECTOR) $(ENABLE_IOS_AIRPLAY) $(ENABLE_IOS_GESTURE_EVENTS) $(ENABLE_IOS_TEXT_AUTOSIZING) $(ENABLE_IOS_TOUCH_EVENTS) $(ENABLE_LEGACY_CSS_VENDOR_PREFIXES) $(ENABLE_LEGACY_NOTIFICATIONS) $(ENABLE_LEGACY_VENDOR_PREFIXES) $(ENABLE_LEGACY_WEB_AUDIO) $(ENABLE_LETTERPRESS) $(ENABLE_LINK_PREFETCH) $(ENABLE_MATHML) $(ENABLE_MEDIA_CONTROLS_SCRIPT) $(ENABLE_MEDIA_SOURCE) $(ENABLE_MEDIA_STATISTICS) $(ENABLE_METER_ELEMENT) $(ENABLE_MHTML) $(ENABLE_MOUSE_CURSOR_SCALE) $(ENABLE_NAVIGATOR_CONTENT_UTILS) $(ENABLE_NAVIGATOR_HWCONCURRENCY) $(ENABLE_NOTIFICATIONS) $(ENABLE_PDFKIT_PLUGIN) $(ENABLE_POINTER_LOCK) $(ENABLE_PROMISES) $(ENABLE_PROXIMITY_EVENTS) $(ENABLE_PUBLIC_SUFFIX_LIST) $(ENABLE_QUOTA) $(ENABLE_REQUEST_ANIMATION_FRAME) $(ENABLE_REMOTE_INSPECTOR) $(ENABLE_RESOLUTION_MEDIA_QUERY) $(ENABLE_RUBBER_BANDING) $(ENABLE_SHARED_WORKERS) $(ENABLE_CSS_SCROLL_SNAP) $(ENABLE_SPEECH_SYNTHESIS) $(ENABLE_SQL_DATABASE) $(ENABLE_SUBTLE_CRYPTO) $(ENABLE_SVG_FONTS) $(ENABLE_TELEPHONE_NUMBER_DETECTION) $(ENABLE_TEMPLATE_ELEMENT) $(ENABLE_TEXT_AUTOSIZING) $(ENABLE_TOUCH_EVENTS) $(ENABLE_TOUCH_ICON_LOADING) $(ENABLE_USERSELECT_ALL) $(ENABLE_VIDEO) $(ENABLE_VIDEO_TRACK) $(ENABLE_DATACUE_VALUE) $(ENABLE_VIEW_MODE_CSS_MEDIA) $(ENABLE_WEBGL) $(ENABLE_WEB_AUDIO) $(ENABLE_WEB_REPLAY) $(ENABLE_WEB_SOCKETS) $(ENABLE_PICTURE_SIZES) $(ENABLE_WEB_TIMING) $(ENABLE_WEBVTT_REGIONS) $(ENABLE_XHR_TIMEOUT) $(ENABLE_XSLT) $(ENABLE_FTL_JIT) $(ENABLE_LLINT_C_LOOP) $(ENABLE_SATURATED_LAYOUT_ARITHMETIC) $(FEATURE_DEFINES_$(PLATFORM_NAME));
</ins></span></pre></div>
<a id="trunkSourceWTFChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/ChangeLog (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/ChangeLog        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WTF/ChangeLog        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-09-08  Eva Balazsfalvi  &lt;evab.u-szeged@partner.samsung.com&gt;
+
+        Remove FILTERS flag
+        https://bugs.webkit.org/show_bug.cgi?id=136571
+
+        Reviewed by Darin Adler.
+
+        * wtf/FeatureDefines.h:
+
</ins><span class="cx"> 2014-09-08  Dan Bernstein  &lt;mitz@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         HAVE(VOUCHERS) is not available outside of WebKit2
</span></span></pre></div>
<a id="trunkSourceWTFwtfFeatureDefinesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/FeatureDefines.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/FeatureDefines.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WTF/wtf/FeatureDefines.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -432,10 +432,6 @@
</span><span class="cx"> #define ENABLE_ENCRYPTED_MEDIA_V2 0
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-#if !defined(ENABLE_FILTERS)
-#define ENABLE_FILTERS 0
-#endif
-
</del><span class="cx"> #if !defined(ENABLE_FONT_LOAD_EVENTS)
</span><span class="cx"> #define ENABLE_FONT_LOAD_EVENTS 0
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoreCMakeListstxt"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/CMakeLists.txt (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/CMakeLists.txt        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/CMakeLists.txt        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -3484,9 +3484,6 @@
</span><span class="cx"> 
</span><span class="cx"> # SVG extra defines need to map to a numerical value for correct preprocessing of svgtags.in.
</span><span class="cx"> set(SVG_EXTRA_DEFINES &quot;&quot;)
</span><del>-if (ENABLE_FILTERS)
-    list(APPEND SVG_EXTRA_DEFINES &quot;ENABLE_FILTERS=1&quot;)
-endif ()
</del><span class="cx"> if (ENABLE_SVG_FONTS)
</span><span class="cx">     list(APPEND SVG_EXTRA_DEFINES &quot;ENABLE_SVG_FONTS=1&quot;)
</span><span class="cx"> endif ()
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/ChangeLog        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -1,3 +1,195 @@
</span><ins>+2014-09-08  Eva Balazsfalvi  &lt;evab.u-szeged@partner.samsung.com&gt;
+
+        Remove FILTERS flag
+        https://bugs.webkit.org/show_bug.cgi?id=136571
+
+        Reviewed by Darin Adler.
+
+        No new tests required, no new functionality.
+
+        * CMakeLists.txt:
+        * Configurations/FeatureDefines.xcconfig:
+        * DerivedSources.make:
+        * dom/DOMImplementation.cpp:
+        (WebCore::isSupportedSVG10Feature):
+        (WebCore::isSupportedSVG11Feature):
+        * platform/graphics/cpu/arm/filters/FEBlendNEON.h:
+        * platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h:
+        * platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h:
+        * platform/graphics/cpu/arm/filters/NEONHelpers.h:
+        * platform/graphics/filters/DistantLightSource.cpp:
+        * platform/graphics/filters/DistantLightSource.h:
+        * platform/graphics/filters/FEBlend.cpp:
+        * platform/graphics/filters/FEBlend.h:
+        * platform/graphics/filters/FEColorMatrix.cpp:
+        * platform/graphics/filters/FEColorMatrix.h:
+        * platform/graphics/filters/FEComponentTransfer.cpp:
+        * platform/graphics/filters/FEComponentTransfer.h:
+        * platform/graphics/filters/FEComposite.cpp:
+        * platform/graphics/filters/FEComposite.h:
+        * platform/graphics/filters/FEConvolveMatrix.cpp:
+        * platform/graphics/filters/FEConvolveMatrix.h:
+        * platform/graphics/filters/FEDiffuseLighting.cpp:
+        * platform/graphics/filters/FEDiffuseLighting.h:
+        * platform/graphics/filters/FEDisplacementMap.cpp:
+        * platform/graphics/filters/FEDisplacementMap.h:
+        * platform/graphics/filters/FEDropShadow.cpp:
+        * platform/graphics/filters/FEDropShadow.h:
+        * platform/graphics/filters/FEFlood.cpp:
+        * platform/graphics/filters/FEFlood.h:
+        * platform/graphics/filters/FEGaussianBlur.cpp:
+        * platform/graphics/filters/FEGaussianBlur.h:
+        * platform/graphics/filters/FELighting.cpp:
+        * platform/graphics/filters/FELighting.h:
+        * platform/graphics/filters/FEMerge.cpp:
+        * platform/graphics/filters/FEMerge.h:
+        * platform/graphics/filters/FEMorphology.cpp:
+        * platform/graphics/filters/FEMorphology.h:
+        * platform/graphics/filters/FEOffset.cpp:
+        * platform/graphics/filters/FEOffset.h:
+        * platform/graphics/filters/FESpecularLighting.cpp:
+        * platform/graphics/filters/FESpecularLighting.h:
+        * platform/graphics/filters/FETile.cpp:
+        * platform/graphics/filters/FETile.h:
+        * platform/graphics/filters/FETurbulence.cpp:
+        * platform/graphics/filters/FETurbulence.h:
+        * platform/graphics/filters/Filter.h:
+        * platform/graphics/filters/FilterEffect.cpp:
+        * platform/graphics/filters/FilterEffect.h:
+        * platform/graphics/filters/LightSource.h:
+        * platform/graphics/filters/PointLightSource.cpp:
+        * platform/graphics/filters/PointLightSource.h:
+        * platform/graphics/filters/SourceAlpha.cpp:
+        * platform/graphics/filters/SourceAlpha.h:
+        * platform/graphics/filters/SourceGraphic.cpp:
+        * platform/graphics/filters/SourceGraphic.h:
+        * platform/graphics/filters/SpotLightSource.cpp:
+        * platform/graphics/filters/SpotLightSource.h:
+        * rendering/svg/RenderSVGResource.cpp:
+        (WebCore::removeFromCacheAndInvalidateDependencies):
+        * rendering/svg/RenderSVGResourceFilter.cpp:
+        * rendering/svg/RenderSVGResourceFilter.h:
+        * rendering/svg/RenderSVGResourceFilterPrimitive.cpp:
+        * rendering/svg/RenderSVGResourceFilterPrimitive.h:
+        * rendering/svg/RenderSVGRoot.cpp:
+        * rendering/svg/SVGRenderSupport.cpp:
+        (WebCore::SVGRenderSupport::intersectRepaintRectWithResources):
+        * rendering/svg/SVGRenderTreeAsText.cpp:
+        (WebCore::writeSVGResourceContainer):
+        (WebCore::writeResources):
+        * rendering/svg/SVGRenderingContext.cpp:
+        (WebCore::SVGRenderingContext::~SVGRenderingContext):
+        (WebCore::SVGRenderingContext::prepareToRenderSVGContent):
+        * rendering/svg/SVGRenderingContext.h:
+        (WebCore::SVGRenderingContext::SVGRenderingContext):
+        * rendering/svg/SVGResources.cpp:
+        (WebCore::targetReferenceFromResource):
+        (WebCore::SVGResources::buildCachedResources):
+        (WebCore::SVGResources::removeClientFromCache):
+        (WebCore::SVGResources::resourceDestroyed):
+        (WebCore::SVGResources::buildSetOfResources):
+        (WebCore::SVGResources::resetFilter):
+        (WebCore::SVGResources::dump):
+        * rendering/svg/SVGResources.h:
+        (WebCore::SVGResources::filter):
+        (WebCore::SVGResources::ClipperFilterMaskerData::ClipperFilterMaskerData):
+        * rendering/svg/SVGResourcesCycleSolver.cpp:
+        (WebCore::SVGResourcesCycleSolver::breakCycle):
+        * svg/SVGAnimatedEnumeration.cpp:
+        (WebCore::enumerationValueForTargetAttribute):
+        * svg/SVGComponentTransferFunctionElement.cpp:
+        * svg/SVGComponentTransferFunctionElement.h:
+        * svg/SVGComponentTransferFunctionElement.idl:
+        * svg/SVGFEBlendElement.cpp:
+        * svg/SVGFEBlendElement.h:
+        * svg/SVGFEBlendElement.idl:
+        * svg/SVGFEColorMatrixElement.cpp:
+        * svg/SVGFEColorMatrixElement.h:
+        * svg/SVGFEColorMatrixElement.idl:
+        * svg/SVGFEComponentTransferElement.cpp:
+        * svg/SVGFEComponentTransferElement.h:
+        * svg/SVGFEComponentTransferElement.idl:
+        * svg/SVGFECompositeElement.cpp:
+        * svg/SVGFECompositeElement.h:
+        * svg/SVGFECompositeElement.idl:
+        * svg/SVGFEConvolveMatrixElement.cpp:
+        * svg/SVGFEConvolveMatrixElement.h:
+        * svg/SVGFEConvolveMatrixElement.idl:
+        * svg/SVGFEDiffuseLightingElement.cpp:
+        * svg/SVGFEDiffuseLightingElement.h:
+        * svg/SVGFEDiffuseLightingElement.idl:
+        * svg/SVGFEDisplacementMapElement.cpp:
+        * svg/SVGFEDisplacementMapElement.h:
+        * svg/SVGFEDisplacementMapElement.idl:
+        * svg/SVGFEDistantLightElement.cpp:
+        * svg/SVGFEDistantLightElement.h:
+        * svg/SVGFEDistantLightElement.idl:
+        * svg/SVGFEDropShadowElement.cpp:
+        * svg/SVGFEDropShadowElement.h:
+        * svg/SVGFEDropShadowElement.idl:
+        * svg/SVGFEFloodElement.cpp:
+        * svg/SVGFEFloodElement.h:
+        * svg/SVGFEFloodElement.idl:
+        * svg/SVGFEFuncAElement.cpp:
+        * svg/SVGFEFuncAElement.h:
+        * svg/SVGFEFuncAElement.idl:
+        * svg/SVGFEFuncBElement.cpp:
+        * svg/SVGFEFuncBElement.h:
+        * svg/SVGFEFuncBElement.idl:
+        * svg/SVGFEFuncGElement.cpp:
+        * svg/SVGFEFuncGElement.h:
+        * svg/SVGFEFuncGElement.idl:
+        * svg/SVGFEFuncRElement.cpp:
+        * svg/SVGFEFuncRElement.h:
+        * svg/SVGFEFuncRElement.idl:
+        * svg/SVGFEGaussianBlurElement.cpp:
+        * svg/SVGFEGaussianBlurElement.h:
+        * svg/SVGFEGaussianBlurElement.idl:
+        * svg/SVGFEImageElement.cpp:
+        * svg/SVGFEImageElement.h:
+        * svg/SVGFEImageElement.idl:
+        * svg/SVGFELightElement.cpp:
+        * svg/SVGFELightElement.h:
+        * svg/SVGFEMergeElement.cpp:
+        * svg/SVGFEMergeElement.h:
+        * svg/SVGFEMergeElement.idl:
+        * svg/SVGFEMergeNodeElement.cpp:
+        * svg/SVGFEMergeNodeElement.h:
+        * svg/SVGFEMergeNodeElement.idl:
+        * svg/SVGFEMorphologyElement.cpp:
+        * svg/SVGFEMorphologyElement.h:
+        * svg/SVGFEMorphologyElement.idl:
+        * svg/SVGFEOffsetElement.cpp:
+        * svg/SVGFEOffsetElement.h:
+        * svg/SVGFEOffsetElement.idl:
+        * svg/SVGFEPointLightElement.cpp:
+        * svg/SVGFEPointLightElement.h:
+        * svg/SVGFEPointLightElement.idl:
+        * svg/SVGFESpecularLightingElement.cpp:
+        * svg/SVGFESpecularLightingElement.h:
+        * svg/SVGFESpecularLightingElement.idl:
+        * svg/SVGFESpotLightElement.cpp:
+        * svg/SVGFESpotLightElement.h:
+        * svg/SVGFESpotLightElement.idl:
+        * svg/SVGFETileElement.cpp:
+        * svg/SVGFETileElement.h:
+        * svg/SVGFETileElement.idl:
+        * svg/SVGFETurbulenceElement.cpp:
+        * svg/SVGFETurbulenceElement.h:
+        * svg/SVGFETurbulenceElement.idl:
+        * svg/SVGFilterElement.cpp:
+        * svg/SVGFilterElement.h:
+        * svg/SVGFilterElement.idl:
+        * svg/SVGFilterPrimitiveStandardAttributes.cpp:
+        * svg/SVGFilterPrimitiveStandardAttributes.h:
+        * svg/graphics/filters/SVGFEImage.cpp:
+        * svg/graphics/filters/SVGFEImage.h:
+        * svg/graphics/filters/SVGFilter.cpp:
+        * svg/graphics/filters/SVGFilter.h:
+        * svg/graphics/filters/SVGFilterBuilder.cpp:
+        * svg/graphics/filters/SVGFilterBuilder.h:
+        * svg/svgtags.in:
+
</ins><span class="cx"> 2014-09-08  Simon Fraser  &lt;simon.fraser@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Use enum class for the RunPostLayoutTasks enum
</span></span></pre></div>
<a id="trunkSourceWebCoreConfigurationsFeatureDefinesxcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -82,7 +82,6 @@
</span><span class="cx"> ENABLE_ENCRYPTED_MEDIA_V2_macosx_1080 = ;
</span><span class="cx"> ENABLE_ENCRYPTED_MEDIA_V2_macosx_1090 = ENABLE_ENCRYPTED_MEDIA_V2;
</span><span class="cx"> ENABLE_ENCRYPTED_MEDIA_V2_macosx_101000 = ENABLE_ENCRYPTED_MEDIA_V2;
</span><del>-ENABLE_FILTERS = ENABLE_FILTERS;
</del><span class="cx"> ENABLE_FONT_LOAD_EVENTS = ;
</span><span class="cx"> ENABLE_FULLSCREEN_API = $(ENABLE_FULLSCREEN_API_$(PLATFORM_NAME));
</span><span class="cx"> ENABLE_FULLSCREEN_API_macosx = ENABLE_FULLSCREEN_API;
</span><span class="lines">@@ -271,4 +270,4 @@
</span><span class="cx"> 
</span><span class="cx"> ENABLE_SATURATED_LAYOUT_ARITHMETIC = ENABLE_SATURATED_LAYOUT_ARITHMETIC;
</span><span class="cx"> 
</span><del>-FEATURE_DEFINES = $(ENABLE_3D_RENDERING) $(ENABLE_ACCELERATED_2D_CANVAS) $(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) $(ENABLE_AVF_CAPTIONS) $(ENABLE_CACHE_PARTITIONING) $(ENABLE_CANVAS_PATH) $(ENABLE_CANVAS_PROXY) $(ENABLE_CHANNEL_MESSAGING) $(ENABLE_CONTENT_FILTERING) $(ENABLE_CSP_NEXT) $(ENABLE_CSS_BOX_DECORATION_BREAK) $(ENABLE_CSS_COMPOSITING) $(ENABLE_CSS_DEVICE_ADAPTATION) $(ENABLE_CSS_GRID_LAYOUT) $(ENABLE_CSS_IMAGE_ORIENTATION) $(ENABLE_CSS_IMAGE_RESOLUTION) $(ENABLE_CSS_REGIONS) $(ENABLE_CSS_SELECTORS_LEVEL4) $(ENABLE_CSS_SHAPES) $(ENABLE_CSS3_CONDITIONAL_RULES) $(ENABLE_CSS3_TEXT) $(ENABLE_CSS3_TEXT_LINE_BREAK) $(ENABLE_CURSOR_VISIBILITY) $(ENABLE_CUSTOM_SCHEME_HANDLER) $(ENABLE_DASHBOARD_SUPPORT) $(ENABLE_DATALIST_ELEMENT) $(ENABLE_DATA_TRANSFER_ITEMS) $(ENABLE_DETAILS_ELEMENT) $(ENABLE_DEVICE_ORIENTATION) $(ENABLE_DOM4_EVENTS_CONSTRUCTOR) $(ENABLE_ENCRYPTED_MEDIA) $(ENABLE_ENCRYPTED_MEDIA_V2) $(ENABLE_FILTERS) $(ENABLE_FONT_LOAD_EVENTS) $(ENABLE_FULLSCREEN_API) $(ENABLE_GAMEPAD) $(ENABLE_GAMEPAD_DEPRECATED) $(ENABLE_GEOLOCATION) $(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING) $(ENABLE_ICONDATABASE) $(ENABLE_SERVICE_CONTROLS) $(ENABLE_INDEXED_DATABASE) $(ENABLE_INDEXED_DATABASE_IN_WORKERS) $(ENABLE_INDIE_UI) $(ENABLE_INPUT_TYPE_COLOR) $(ENABLE_INPUT_TYPE_COLOR_POPOVER) $(ENABLE_INPUT_TYPE_DATE) $(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE) $(ENABLE_INPUT_TYPE_DATETIMELOCAL) $(ENABLE_INPUT_TYPE_MONTH) $(ENABLE_INPUT_TYPE_TIME) $(ENABLE_INPUT_TYPE_WEEK) $(ENABLE_INSPECTOR) $(ENABLE_IOS_AIRPLAY) $(ENABLE_IOS_GESTURE_EVENTS) $(ENABLE_IOS_TEXT_AUTOSIZING) $(ENABLE_IOS_TOUCH_EVENTS) $(ENABLE_LEGACY_CSS_VENDOR_PREFIXES) $(ENABLE_LEGACY_NOTIFICATIONS) $(ENABLE_LEGACY_VENDOR_PREFIXES) $(ENABLE_LEGACY_WEB_AUDIO) $(ENABLE_LETTERPRESS) $(ENABLE_LINK_PREFETCH) $(ENABLE_MATHML) $(ENABLE_MEDIA_CONTROLS_SCRIPT) $(ENABLE_MEDIA_SOURCE) $(ENABLE_MEDIA_STATISTICS) $(ENABLE_METER_ELEMENT) $(ENABLE_MHTML) $(ENABLE_MOUSE_CURSOR_SCALE) $(ENABLE_NAVIGATOR_CONTENT_UTILS) $(ENABLE_NAVIGATOR_HWCONCURRENCY) $(ENABLE_NOTIFICATIONS) $(ENABLE_PDFKIT_PLUGIN) $(ENABLE_POINTER_LOCK) $(ENABLE_PROMISES) $(ENABLE_PROXIMITY_EVENTS) $(ENABLE_PUBLIC_SUFFIX_LIST) $(ENABLE_QUOTA) $(ENABLE_REQUEST_ANIMATION_FRAME) $(ENABLE_REMOTE_INSPECTOR) $(ENABLE_RESOLUTION_MEDIA_QUERY) $(ENABLE_RUBBER_BANDING) $(ENABLE_SHARED_WORKERS) $(ENABLE_CSS_SCROLL_SNAP) $(ENABLE_SPEECH_SYNTHESIS) $(ENABLE_SQL_DATABASE) $(ENABLE_SUBTLE_CRYPTO) $(ENABLE_SVG_FONTS) $(ENABLE_TELEPHONE_NUMBER_DETECTION) $(ENABLE_TEMPLATE_ELEMENT) $(ENABLE_TEXT_AUTOSIZING) $(ENABLE_TOUCH_EVENTS) $(ENABLE_TOUCH_ICON_LOADING) $(ENABLE_USERSELECT_ALL) $(ENABLE_VIDEO) $(ENABLE_VIDEO_TRACK) $(ENABLE_DATACUE_VALUE) $(ENABLE_VIEW_MODE_CSS_MEDIA) $(ENABLE_WEBGL) $(ENABLE_WEB_AUDIO) $(ENABLE_WEB_REPLAY) $(ENABLE_WEB_SOCKETS) $(ENABLE_PICTURE_SIZES) $(ENABLE_WEB_TIMING) $(ENABLE_WEBVTT_REGIONS) $(ENABLE_XHR_TIMEOUT) $(ENABLE_XSLT) $(ENABLE_FTL_JIT) $(ENABLE_LLINT_C_LOOP) $(ENABLE_SATURATED_LAYOUT_ARITHMETIC) $(FEATURE_DEFINES_$(PLATFORM_NAME));
</del><ins>+FEATURE_DEFINES = $(ENABLE_3D_RENDERING) $(ENABLE_ACCELERATED_2D_CANVAS) $(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) $(ENABLE_AVF_CAPTIONS) $(ENABLE_CACHE_PARTITIONING) $(ENABLE_CANVAS_PATH) $(ENABLE_CANVAS_PROXY) $(ENABLE_CHANNEL_MESSAGING) $(ENABLE_CONTENT_FILTERING) $(ENABLE_CSP_NEXT) $(ENABLE_CSS_BOX_DECORATION_BREAK) $(ENABLE_CSS_COMPOSITING) $(ENABLE_CSS_DEVICE_ADAPTATION) $(ENABLE_CSS_GRID_LAYOUT) $(ENABLE_CSS_IMAGE_ORIENTATION) $(ENABLE_CSS_IMAGE_RESOLUTION) $(ENABLE_CSS_REGIONS) $(ENABLE_CSS_SELECTORS_LEVEL4) $(ENABLE_CSS_SHAPES) $(ENABLE_CSS3_CONDITIONAL_RULES) $(ENABLE_CSS3_TEXT) $(ENABLE_CSS3_TEXT_LINE_BREAK) $(ENABLE_CURSOR_VISIBILITY) $(ENABLE_CUSTOM_SCHEME_HANDLER) $(ENABLE_DASHBOARD_SUPPORT) $(ENABLE_DATALIST_ELEMENT) $(ENABLE_DATA_TRANSFER_ITEMS) $(ENABLE_DETAILS_ELEMENT) $(ENABLE_DEVICE_ORIENTATION) $(ENABLE_DOM4_EVENTS_CONSTRUCTOR) $(ENABLE_ENCRYPTED_MEDIA) $(ENABLE_ENCRYPTED_MEDIA_V2) $(ENABLE_FONT_LOAD_EVENTS) $(ENABLE_FULLSCREEN_API) $(ENABLE_GAMEPAD) $(ENABLE_GAMEPAD_DEPRECATED) $(ENABLE_GEOLOCATION) $(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING) $(ENABLE_ICONDATABASE) $(ENABLE_SERVICE_CONTROLS) $(ENABLE_INDEXED_DATABASE) $(ENABLE_INDEXED_DATABASE_IN_WORKERS) $(ENABLE_INDIE_UI) $(ENABLE_INPUT_TYPE_COLOR) $(ENABLE_INPUT_TYPE_COLOR_POPOVER) $(ENABLE_INPUT_TYPE_DATE) $(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE) $(ENABLE_INPUT_TYPE_DATETIMELOCAL) $(ENABLE_INPUT_TYPE_MONTH) $(ENABLE_INPUT_TYPE_TIME) $(ENABLE_INPUT_TYPE_WEEK) $(ENABLE_INSPECTOR) $(ENABLE_IOS_AIRPLAY) $(ENABLE_IOS_GESTURE_EVENTS) $(ENABLE_IOS_TEXT_AUTOSIZING) $(ENABLE_IOS_TOUCH_EVENTS) $(ENABLE_LEGACY_CSS_VENDOR_PREFIXES) $(ENABLE_LEGACY_NOTIFICATIONS) $(ENABLE_LEGACY_VENDOR_PREFIXES) $(ENABLE_LEGACY_WEB_AUDIO) $(ENABLE_LETTERPRESS) $(ENABLE_LINK_PREFETCH) $(ENABLE_MATHML) $(ENABLE_MEDIA_CONTROLS_SCRIPT) $(ENABLE_MEDIA_SOURCE) $(ENABLE_MEDIA_STATISTICS) $(ENABLE_METER_ELEMENT) $(ENABLE_MHTML) $(ENABLE_MOUSE_CURSOR_SCALE) $(ENABLE_NAVIGATOR_CONTENT_UTILS) $(ENABLE_NAVIGATOR_HWCONCURRENCY) $(ENABLE_NOTIFICATIONS) $(ENABLE_PDFKIT_PLUGIN) $(ENABLE_POINTER_LOCK) $(ENABLE_PROMISES) $(ENABLE_PROXIMITY_EVENTS) $(ENABLE_PUBLIC_SUFFIX_LIST) $(ENABLE_QUOTA) $(ENABLE_REQUEST_ANIMATION_FRAME) $(ENABLE_REMOTE_INSPECTOR) $(ENABLE_RESOLUTION_MEDIA_QUERY) $(ENABLE_RUBBER_BANDING) $(ENABLE_SHARED_WORKERS) $(ENABLE_CSS_SCROLL_SNAP) $(ENABLE_SPEECH_SYNTHESIS) $(ENABLE_SQL_DATABASE) $(ENABLE_SUBTLE_CRYPTO) $(ENABLE_SVG_FONTS) $(ENABLE_TELEPHONE_NUMBER_DETECTION) $(ENABLE_TEMPLATE_ELEMENT) $(ENABLE_TEXT_AUTOSIZING) $(ENABLE_TOUCH_EVENTS) $(ENABLE_TOUCH_ICON_LOADING) $(ENABLE_USERSELECT_ALL) $(ENABLE_VIDEO) $(ENABLE_VIDEO_TRACK) $(ENABLE_DATACUE_VALUE) $(ENABLE_VIEW_MODE_CSS_MEDIA) $(ENABLE_WEBGL) $(ENABLE_WEB_AUDIO) $(ENABLE_WEB_REPLAY) $(ENABLE_WEB_SOCKETS) $(ENABLE_PICTURE_SIZES) $(ENABLE_WEB_TIMING) $(ENABLE_WEBVTT_REGIONS) $(ENABLE_XHR_TIMEOUT) $(ENABLE_XSLT) $(ENABLE_FTL_JIT) $(ENABLE_LLINT_C_LOOP) $(ENABLE_SATURATED_LAYOUT_ARITHMETIC) $(FEATURE_DEFINES_$(PLATFORM_NAME));
</ins></span></pre></div>
<a id="trunkSourceWebCoreDerivedSourcesmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/DerivedSources.make (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/DerivedSources.make        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/DerivedSources.make        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -1029,10 +1029,6 @@
</span><span class="cx">     SVG_FLAGS := $(SVG_FLAGS) ENABLE_SVG_FONTS=1
</span><span class="cx"> endif
</span><span class="cx"> 
</span><del>-ifeq ($(findstring ENABLE_FILTERS,$(FEATURE_DEFINES)), ENABLE_FILTERS)
-    SVG_FLAGS := $(SVG_FLAGS) ENABLE_FILTERS=1
-endif
-
</del><span class="cx"> # SVG tag and attribute names (need to pass an extra flag if svg experimental features are enabled)
</span><span class="cx"> 
</span><span class="cx"> ifdef SVG_FLAGS
</span></span></pre></div>
<a id="trunkSourceWebCoredomDOMImplementationcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DOMImplementation.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DOMImplementation.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/dom/DOMImplementation.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -89,7 +89,7 @@
</span><span class="cx">     static bool initialized = false;
</span><span class="cx">     DEPRECATED_DEFINE_STATIC_LOCAL(FeatureSet, svgFeatures, ());
</span><span class="cx">     if (!initialized) {
</span><del>-#if ENABLE(FILTERS) &amp;&amp; ENABLE(SVG_FONTS)
</del><ins>+#if ENABLE(SVG_FONTS)
</ins><span class="cx">         addString(svgFeatures, &quot;svg&quot;);
</span><span class="cx">         addString(svgFeatures, &quot;svg.static&quot;);
</span><span class="cx"> #endif
</span><span class="lines">@@ -97,7 +97,7 @@
</span><span class="cx"> //      addString(svgFeatures, &quot;svg.dynamic&quot;);
</span><span class="cx"> //      addString(svgFeatures, &quot;svg.dom.animation&quot;);
</span><span class="cx"> //      addString(svgFeatures, &quot;svg.dom.dynamic&quot;);
</span><del>-#if ENABLE(FILTERS) &amp;&amp; ENABLE(SVG_FONTS)
</del><ins>+#if ENABLE(SVG_FONTS)
</ins><span class="cx">         addString(svgFeatures, &quot;dom&quot;);
</span><span class="cx">         addString(svgFeatures, &quot;dom.svg&quot;);
</span><span class="cx">         addString(svgFeatures, &quot;dom.svg.static&quot;);
</span><span class="lines">@@ -121,7 +121,7 @@
</span><span class="cx">         // Sadly, we cannot claim to implement any of the SVG 1.1 generic feature sets
</span><span class="cx">         // lack of Font and Filter support.
</span><span class="cx">         // http://bugs.webkit.org/show_bug.cgi?id=15480
</span><del>-#if ENABLE(FILTERS) &amp;&amp; ENABLE(SVG_FONTS)
</del><ins>+#if ENABLE(SVG_FONTS)
</ins><span class="cx">         addString(svgFeatures, &quot;SVG&quot;);
</span><span class="cx">         addString(svgFeatures, &quot;SVGDOM&quot;);
</span><span class="cx">         addString(svgFeatures, &quot;SVG-static&quot;);
</span><span class="lines">@@ -154,10 +154,8 @@
</span><span class="cx">         addString(svgFeatures, &quot;Clip&quot;);
</span><span class="cx">         addString(svgFeatures, &quot;BasicClip&quot;);
</span><span class="cx">         addString(svgFeatures, &quot;Mask&quot;);
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">         addString(svgFeatures, &quot;Filter&quot;);
</span><span class="cx">         addString(svgFeatures, &quot;BasicFilter&quot;);
</span><del>-#endif
</del><span class="cx">         addString(svgFeatures, &quot;DocumentEventsAttribute&quot;);
</span><span class="cx">         addString(svgFeatures, &quot;GraphicalEventsAttribute&quot;);
</span><span class="cx"> //      addString(svgFeatures, &quot;AnimationEventsAttribute&quot;);
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicscpuarmfiltersFEBlendNEONh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> #ifndef FEBlendNEON_h
</span><span class="cx"> #define FEBlendNEON_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS) &amp;&amp; HAVE(ARM_NEON_INTRINSICS)
</del><ins>+#if HAVE(ARM_NEON_INTRINSICS)
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEBlend.h&quot;
</span><span class="cx"> #include &lt;arm_neon.h&gt;
</span><span class="lines">@@ -201,6 +201,6 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS) &amp;&amp; HAVE(ARM_NEON_INTRINSICS)
</del><ins>+#endif // HAVE(ARM_NEON_INTRINSICS)
</ins><span class="cx"> 
</span><span class="cx"> #endif // FEBlendNEON_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicscpuarmfiltersFECompositeArithmeticNEONh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> #ifndef FECompositeArithmeticNEON_h
</span><span class="cx"> #define FECompositeArithmeticNEON_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS) &amp;&amp; HAVE(ARM_NEON_INTRINSICS)
</del><ins>+#if HAVE(ARM_NEON_INTRINSICS)
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEComposite.h&quot;
</span><span class="cx"> #include &quot;NEONHelpers.h&quot;
</span><span class="lines">@@ -90,6 +90,6 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS) &amp;&amp; HAVE(ARM_NEON_INTRINSICS)
</del><ins>+#endif // HAVE(ARM_NEON_INTRINSICS)
</ins><span class="cx"> 
</span><span class="cx"> #endif // FECompositeArithmeticNEON_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicscpuarmfiltersFEGaussianBlurNEONh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> #ifndef FEGaussianBlurNEON_h
</span><span class="cx"> #define FEGaussianBlurNEON_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS) &amp;&amp; HAVE(ARM_NEON_INTRINSICS)
</del><ins>+#if HAVE(ARM_NEON_INTRINSICS)
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;FEGaussianBlur.h&quot;
</span><span class="cx"> #include &quot;NEONHelpers.h&quot;
</span><span class="lines">@@ -73,6 +73,6 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS) &amp;&amp; HAVE(ARM_NEON_INTRINSICS)
</del><ins>+#endif // HAVE(ARM_NEON_INTRINSICS)
</ins><span class="cx"> 
</span><span class="cx"> #endif // FEGaussianBlurNEON_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicscpuarmfiltersNEONHelpersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/cpu/arm/filters/NEONHelpers.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/cpu/arm/filters/NEONHelpers.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/cpu/arm/filters/NEONHelpers.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> #ifndef NEONHelpers_h
</span><span class="cx"> #define NEONHelpers_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS) &amp;&amp; HAVE(ARM_NEON_INTRINSICS)
</del><ins>+#if HAVE(ARM_NEON_INTRINSICS)
</ins><span class="cx"> 
</span><span class="cx"> #include &lt;arm_neon.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -50,6 +50,6 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS) &amp;&amp; HAVE(ARM_NEON_INTRINSICS)
</del><ins>+#endif // HAVE(ARM_NEON_INTRINSICS)
</ins><span class="cx"> 
</span><span class="cx"> #endif // NEONHelpers_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersDistantLightSourcecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/DistantLightSource.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/DistantLightSource.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/DistantLightSource.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -29,8 +29,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;DistantLightSource.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;TextStream.h&quot;
</span><span class="lines">@@ -76,5 +74,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersDistantLightSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/DistantLightSource.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/DistantLightSource.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/DistantLightSource.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,7 +23,6 @@
</span><span class="cx"> #ifndef DistantLightSource_h
</span><span class="cx"> #define DistantLightSource_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;LightSource.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -60,6 +59,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // DistantLightSource_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEBlendcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEBlend.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEBlend.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEBlend.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,11 +23,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEBlend.h&quot;
</span><del>-#include &quot;FEBlendNEON.h&quot;
</del><span class="cx"> 
</span><ins>+#include &quot;FEBlendNEON.h&quot;
</ins><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> #include &quot;GraphicsContext.h&quot;
</span><span class="lines">@@ -98,5 +96,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEBlendh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEBlend.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEBlend.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEBlend.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,7 +23,6 @@
</span><span class="cx"> #ifndef FEBlend_h
</span><span class="cx"> #define FEBlend_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -54,6 +53,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FEBlend_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEColorMatrixcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEColorMatrix.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEColorMatrix.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEColorMatrix.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,8 +21,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEColorMatrix.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -225,5 +223,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEColorMatrixh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEColorMatrix.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEColorMatrix.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEColorMatrix.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef FEColorMatrix_h
</span><span class="cx"> #define FEColorMatrix_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -97,6 +96,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FEColorMatrix_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEComponentTransfercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEComponentTransfer.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEComponentTransfer.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEComponentTransfer.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,8 +22,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEComponentTransfer.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -247,5 +245,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEComponentTransferh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEComponentTransfer.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEComponentTransfer.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEComponentTransfer.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef FEComponentTransfer_h
</span><span class="cx"> #define FEComponentTransfer_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -97,6 +96,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FEComponentTransfer_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFECompositecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEComposite.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEComposite.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEComposite.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,8 +22,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEComposite.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;FECompositeArithmeticNEON.h&quot;
</span><span class="lines">@@ -365,5 +363,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFECompositeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEComposite.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEComposite.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEComposite.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef FEComposite_h
</span><span class="cx"> #define FEComposite_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -91,6 +90,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FEComposite_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEConvolveMatrixcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEConvolveMatrix.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEConvolveMatrix.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEConvolveMatrix.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,8 +22,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEConvolveMatrix.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -534,5 +532,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }; // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEConvolveMatrixh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEConvolveMatrix.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEConvolveMatrix.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEConvolveMatrix.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,7 +23,6 @@
</span><span class="cx"> #ifndef FEConvolveMatrix_h
</span><span class="cx"> #define FEConvolveMatrix_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> #include &quot;FloatPoint.h&quot;
</span><span class="cx"> #include &quot;FloatSize.h&quot;
</span><span class="lines">@@ -130,6 +129,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FEConvolveMatrix_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEDiffuseLightingcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEDiffuseLighting.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEDiffuseLighting.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEDiffuseLighting.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,8 +20,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEDiffuseLighting.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;LightSource.h&quot;
</span><span class="lines">@@ -138,5 +136,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEDiffuseLightingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEDiffuseLighting.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEDiffuseLighting.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEDiffuseLighting.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef FEDiffuseLighting_h
</span><span class="cx"> #define FEDiffuseLighting_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FELighting.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -63,6 +62,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FEDiffuseLighting_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEDisplacementMapcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEDisplacementMap.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEDisplacementMap.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEDisplacementMap.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,8 +22,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEDisplacementMap.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -190,5 +188,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEDisplacementMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEDisplacementMap.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEDisplacementMap.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEDisplacementMap.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef FEDisplacementMap_h
</span><span class="cx"> #define FEDisplacementMap_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -70,6 +69,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FEDisplacementMap_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEDropShadowcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEDropShadow.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEDropShadow.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEDropShadow.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -18,8 +18,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEDropShadow.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;ColorSpace.h&quot;
</span><span class="lines">@@ -129,5 +127,3 @@
</span><span class="cx"> }
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEDropShadowh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEDropShadow.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEDropShadow.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEDropShadow.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,7 +20,6 @@
</span><span class="cx"> #ifndef FEDropShadow_h
</span><span class="cx"> #define FEDropShadow_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;Color.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="lines">@@ -69,5 +68,4 @@
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif // FEDropShadow_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEFloodcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEFlood.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEFlood.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEFlood.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,8 +21,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEFlood.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -94,5 +92,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEFloodh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEFlood.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEFlood.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEFlood.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef FEFlood_h
</span><span class="cx"> #define FEFlood_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;Color.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="lines">@@ -65,6 +64,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FEFlood_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEGaussianBlurcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,8 +23,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEGaussianBlur.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;FEGaussianBlurNEON.h&quot;
</span><span class="lines">@@ -476,5 +474,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEGaussianBlurh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEGaussianBlur.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEGaussianBlur.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEGaussianBlur.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef FEGaussianBlur_h
</span><span class="cx"> #define FEGaussianBlur_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEConvolveMatrix.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="lines">@@ -111,6 +110,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FEGaussianBlur_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFELightingcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FELighting.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FELighting.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FELighting.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -25,8 +25,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FELighting.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;FELightingNEON.h&quot;
</span><span class="lines">@@ -408,5 +406,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFELightingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FELighting.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FELighting.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FELighting.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> #ifndef FELighting_h
</span><span class="cx"> #define FELighting_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;Color.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="lines">@@ -121,6 +120,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FELighting_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEMergecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEMerge.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEMerge.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEMerge.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,8 +20,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEMerge.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -74,5 +72,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEMergeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEMerge.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEMerge.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEMerge.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef FEMerge_h
</span><span class="cx"> #define FEMerge_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="lines">@@ -47,6 +46,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FEMerge_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEMorphologycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEMorphology.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEMorphology.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEMorphology.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,8 +22,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEMorphology.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -256,5 +254,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEMorphologyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEMorphology.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEMorphology.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEMorphology.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef FEMorphology_h
</span><span class="cx"> #define FEMorphology_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -85,6 +84,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FEMorphology_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEOffsetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEOffset.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEOffset.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEOffset.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,8 +22,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEOffset.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -107,5 +105,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFEOffseth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FEOffset.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FEOffset.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FEOffset.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef FEOffset_h
</span><span class="cx"> #define FEOffset_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -54,6 +53,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FEOffset_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFESpecularLightingcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FESpecularLighting.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FESpecularLighting.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FESpecularLighting.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,8 +20,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FESpecularLighting.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;LightSource.h&quot;
</span><span class="lines">@@ -153,5 +151,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFESpecularLightingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FESpecularLighting.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FESpecularLighting.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FESpecularLighting.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef FESpecularLighting_h
</span><span class="cx"> #define FESpecularLighting_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FELighting.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -64,6 +63,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FESpecularLighting_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFETilecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FETile.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FETile.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FETile.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,8 +19,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FETile.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;AffineTransform.h&quot;
</span><span class="lines">@@ -99,5 +97,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFETileh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FETile.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FETile.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FETile.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef FETile_h
</span><span class="cx"> #define FETile_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -47,6 +46,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FETile_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFETurbulencecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FETurbulence.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FETurbulence.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FETurbulence.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,8 +23,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FETurbulence.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -435,5 +433,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFETurbulenceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FETurbulence.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FETurbulence.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FETurbulence.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx"> #ifndef FETurbulence_h
</span><span class="cx"> #define FETurbulence_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -136,6 +135,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FETurbulence_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFilterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/Filter.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/Filter.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/Filter.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef Filter_h
</span><span class="cx"> #define Filter_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;FloatSize.h&quot;
</span><span class="cx"> #include &quot;ImageBuffer.h&quot;
</span><span class="lines">@@ -76,6 +75,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // Filter_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFilterEffectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FilterEffect.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FilterEffect.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FilterEffect.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,8 +21,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -555,5 +553,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFilterEffecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FilterEffect.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FilterEffect.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/FilterEffect.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef FilterEffect_h
</span><span class="cx"> #define FilterEffect_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;ColorSpace.h&quot;
</span><span class="cx"> #include &quot;FloatRect.h&quot;
</span><span class="cx"> #include &quot;IntRect.h&quot;
</span><span class="lines">@@ -224,6 +223,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // FilterEffect_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersLightSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/LightSource.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/LightSource.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/LightSource.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx"> #ifndef LightSource_h
</span><span class="cx"> #define LightSource_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FloatPoint3D.h&quot;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="lines">@@ -91,6 +90,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // LightSource_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersPointLightSourcecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/PointLightSource.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/PointLightSource.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/PointLightSource.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -29,8 +29,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;PointLightSource.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;TextStream.h&quot;
</span><span class="lines">@@ -87,5 +85,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }; // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersPointLightSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/PointLightSource.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/PointLightSource.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/PointLightSource.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,7 +23,6 @@
</span><span class="cx"> #ifndef PointLightSource_h
</span><span class="cx"> #define PointLightSource_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;LightSource.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -57,6 +56,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // PointLightSource_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersSourceAlphacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/SourceAlpha.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/SourceAlpha.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/SourceAlpha.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -18,8 +18,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SourceAlpha.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Color.h&quot;
</span><span class="lines">@@ -77,5 +75,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersSourceAlphah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/SourceAlpha.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/SourceAlpha.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/SourceAlpha.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,7 +20,6 @@
</span><span class="cx"> #ifndef SourceAlpha_h
</span><span class="cx"> #define SourceAlpha_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -53,6 +52,4 @@
</span><span class="cx"> 
</span><span class="cx"> } //namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // SourceAlpha_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersSourceGraphiccpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/SourceGraphic.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/SourceGraphic.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/SourceGraphic.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -18,8 +18,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SourceGraphic.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="lines">@@ -71,5 +69,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersSourceGraphich"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/SourceGraphic.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/SourceGraphic.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/SourceGraphic.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SourceGraphic_h
</span><span class="cx"> #define SourceGraphic_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -55,6 +54,4 @@
</span><span class="cx"> 
</span><span class="cx"> } //namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // SourceGraphic_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersSpotLightSourcecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/SpotLightSource.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/SpotLightSource.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/SpotLightSource.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -30,8 +30,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SpotLightSource.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;TextStream.h&quot;
</span><span class="lines">@@ -194,5 +192,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }; // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersSpotLightSourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/SpotLightSource.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/SpotLightSource.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/platform/graphics/filters/SpotLightSource.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,7 +23,6 @@
</span><span class="cx"> #ifndef SpotLightSource_h
</span><span class="cx"> #define SpotLightSource_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;LightSource.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -76,6 +75,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // SpotLightSource_h
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourcecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResource.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResource.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResource.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -157,10 +157,9 @@
</span><span class="cx"> static inline void removeFromCacheAndInvalidateDependencies(RenderElement&amp; renderer, bool needsLayout)
</span><span class="cx"> {
</span><span class="cx">     if (auto* resources = SVGResourcesCache::cachedResourcesForRenderer(renderer)) {
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">         if (RenderSVGResourceFilter* filter = resources-&gt;filter())
</span><span class="cx">             filter-&gt;removeClientFromCache(renderer);
</span><del>-#endif
</del><ins>+
</ins><span class="cx">         if (RenderSVGResourceMasker* masker = resources-&gt;masker())
</span><span class="cx">             masker-&gt;removeClientFromCache(renderer);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceFiltercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,8 +22,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;RenderSVGResourceFilter.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;ElementChildIterator.h&quot;
</span><span class="lines">@@ -332,4 +330,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceFilterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx"> #ifndef RenderSVGResourceFilter_h
</span><span class="cx"> #define RenderSVGResourceFilter_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;ImageBuffer.h&quot;
</span><span class="cx"> #include &quot;RenderSVGResourceContainer.h&quot;
</span><span class="cx"> #include &quot;SVGFilter.h&quot;
</span><span class="lines">@@ -103,4 +102,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #endif
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceFilterPrimitivecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -26,8 +26,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;RenderSVGResourceFilterPrimitive.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;SVGFEImage.h&quot;
</span><span class="lines">@@ -114,5 +112,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceFilterPrimitiveh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -27,8 +27,6 @@
</span><span class="cx"> #ifndef RenderSVGResourceFilterPrimitive_h
</span><span class="cx"> #define RenderSVGResourceFilterPrimitive_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
-
</del><span class="cx"> #include &quot;RenderSVGResourceFilter.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -62,6 +60,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // RenderSVGResourceFilterPrimitive_h
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGRootcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGRoot.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGRoot.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGRoot.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -36,6 +36,7 @@
</span><span class="cx"> #include &quot;RenderNamedFlowFragment.h&quot;
</span><span class="cx"> #include &quot;RenderSVGResource.h&quot;
</span><span class="cx"> #include &quot;RenderSVGResourceContainer.h&quot;
</span><ins>+#include &quot;RenderSVGResourceFilter.h&quot;
</ins><span class="cx"> #include &quot;RenderView.h&quot;
</span><span class="cx"> #include &quot;SVGImage.h&quot;
</span><span class="cx"> #include &quot;SVGLength.h&quot;
</span><span class="lines">@@ -47,10 +48,6 @@
</span><span class="cx"> #include &quot;TransformState.h&quot;
</span><span class="cx"> #include &lt;wtf/StackStats.h&gt;
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
-#include &quot;RenderSVGResourceFilter.h&quot;
-#endif
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGRoot::RenderSVGRoot(SVGSVGElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGRenderSupportcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGRenderSupport.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGRenderSupport.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/rendering/svg/SVGRenderSupport.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -363,10 +363,8 @@
</span><span class="cx">     if (!resources)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">     if (RenderSVGResourceFilter* filter = resources-&gt;filter())
</span><span class="cx">         repaintRect = filter-&gt;resourceBoundingBox(renderer);
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx">     if (RenderSVGResourceClipper* clipper = resources-&gt;clipper())
</span><span class="cx">         repaintRect.intersect(clipper-&gt;resourceBoundingBox(renderer));
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGRenderTreeAsTextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGRenderTreeAsText.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGRenderTreeAsText.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/rendering/svg/SVGRenderTreeAsText.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -479,7 +479,6 @@
</span><span class="cx">         writeNameValuePair(ts, &quot;maskUnits&quot;, masker.maskUnits());
</span><span class="cx">         writeNameValuePair(ts, &quot;maskContentUnits&quot;, masker.maskContentUnits());
</span><span class="cx">         ts &lt;&lt; &quot;\n&quot;;
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">     } else if (resource.resourceType() == FilterResourceType) {
</span><span class="cx">         const auto&amp; filter = static_cast&lt;const RenderSVGResourceFilter&amp;&gt;(resource);
</span><span class="cx">         writeNameValuePair(ts, &quot;filterUnits&quot;, filter.filterUnits());
</span><span class="lines">@@ -492,7 +491,6 @@
</span><span class="cx">             if (FilterEffect* lastEffect = builder-&gt;lastEffect())
</span><span class="cx">                 lastEffect-&gt;externalRepresentation(ts, indent + 1);
</span><span class="cx">         }
</span><del>-#endif
</del><span class="cx">     } else if (resource.resourceType() == ClipperResourceType) {
</span><span class="cx">         const auto&amp; clipper = static_cast&lt;const RenderSVGResourceClipper&amp;&gt;(resource);
</span><span class="cx">         writeNameValuePair(ts, &quot;clipPathUnits&quot;, clipper.clipPathUnits());
</span><span class="lines">@@ -636,7 +634,6 @@
</span><span class="cx">             ts &lt;&lt; &quot; &quot; &lt;&lt; clipper-&gt;resourceBoundingBox(renderer) &lt;&lt; &quot;\n&quot;;
</span><span class="cx">         }
</span><span class="cx">     }
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">     if (!svgStyle.filterResource().isEmpty()) {
</span><span class="cx">         if (RenderSVGResourceFilter* filter = getRenderSVGResourceById&lt;RenderSVGResourceFilter&gt;(renderer.document(), svgStyle.filterResource())) {
</span><span class="cx">             writeIndent(ts, indent);
</span><span class="lines">@@ -647,7 +644,6 @@
</span><span class="cx">             ts &lt;&lt; &quot; &quot; &lt;&lt; filter-&gt;resourceBoundingBox(renderer) &lt;&lt; &quot;\n&quot;;
</span><span class="cx">         }
</span><span class="cx">     }
</span><del>-#endif
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGRenderingContextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -56,14 +56,12 @@
</span><span class="cx"> 
</span><span class="cx">     ASSERT(m_renderer &amp;&amp; m_paintInfo);
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">     if (m_renderingFlags &amp; EndFilterLayer) {
</span><span class="cx">         ASSERT(m_filter);
</span><span class="cx">         m_filter-&gt;postApplyResource(*m_renderer, m_paintInfo-&gt;context, ApplyToDefaultMode, 0, 0);
</span><span class="cx">         m_paintInfo-&gt;context = m_savedContext;
</span><span class="cx">         m_paintInfo-&gt;rect = m_savedPaintRect;
</span><span class="cx">     }
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx">     if (m_renderingFlags &amp; EndOpacityLayer)
</span><span class="cx">         m_paintInfo-&gt;context-&gt;endTransparencyLayer();
</span><span class="lines">@@ -85,9 +83,7 @@
</span><span class="cx"> 
</span><span class="cx">     m_renderer = &amp;renderer;
</span><span class="cx">     m_paintInfo = &amp;paintInfo;
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">     m_filter = 0;
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx">     // We need to save / restore the context even if the initialization failed.
</span><span class="cx">     if (needsGraphicsContextSave == SaveGraphicsContext) {
</span><span class="lines">@@ -158,10 +154,9 @@
</span><span class="cx"> 
</span><span class="cx">     auto* resources = SVGResourcesCache::cachedResourcesForRenderer(*m_renderer);
</span><span class="cx">     if (!resources) {
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">         if (svgStyle.hasFilter())
</span><span class="cx">             return;
</span><del>-#endif
</del><ins>+
</ins><span class="cx">         m_renderingFlags |= RenderingPrepared;
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="lines">@@ -179,7 +174,6 @@
</span><span class="cx">             return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">     if (!isRenderingMask) {
</span><span class="cx">         m_filter = resources-&gt;filter();
</span><span class="cx">         if (m_filter) {
</span><span class="lines">@@ -198,7 +192,6 @@
</span><span class="cx">             m_paintInfo-&gt;rect = IntRect(m_filter-&gt;drawingRegion(m_renderer));
</span><span class="cx">         }
</span><span class="cx">     }
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx">     m_renderingFlags |= RenderingPrepared;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGRenderingContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGRenderingContext.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGRenderingContext.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/rendering/svg/SVGRenderingContext.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -50,9 +50,7 @@
</span><span class="cx">         , m_renderer(nullptr)
</span><span class="cx">         , m_paintInfo(nullptr)
</span><span class="cx">         , m_savedContext(nullptr)
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">         , m_filter(nullptr)
</span><del>-#endif
</del><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -61,9 +59,7 @@
</span><span class="cx">         , m_renderer(nullptr)
</span><span class="cx">         , m_paintInfo(nullptr)
</span><span class="cx">         , m_savedContext(nullptr)
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">         , m_filter(nullptr)
</span><del>-#endif
</del><span class="cx">     {
</span><span class="cx">         prepareToRenderSVGContent(object, paintinfo, needsGraphicsContextSave);
</span><span class="cx">     }
</span><span class="lines">@@ -115,9 +111,7 @@
</span><span class="cx">     PaintInfo* m_paintInfo;
</span><span class="cx">     GraphicsContext* m_savedContext;
</span><span class="cx">     LayoutRect m_savedPaintRect;
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">     RenderSVGResourceFilter* m_filter;
</span><del>-#endif
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGResourcescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGResources.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGResources.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/rendering/svg/SVGResources.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -145,10 +145,8 @@
</span><span class="cx">         target = toSVGPatternElement(element).href();
</span><span class="cx">     else if (isSVGGradientElement(element))
</span><span class="cx">         target = toSVGGradientElement(element).href();
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">     else if (isSVGFilterElement(element))
</span><span class="cx">         target = toSVGFilterElement(element).href();
</span><del>-#endif
</del><span class="cx">     else
</span><span class="cx">         ASSERT_NOT_REACHED();
</span><span class="cx"> 
</span><span class="lines">@@ -208,7 +206,6 @@
</span><span class="cx">                 registerPendingResource(extensions, id, element);
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">         if (svgStyle.hasFilter()) {
</span><span class="cx">             AtomicString id(svgStyle.filterResource());
</span><span class="cx">             if (setFilter(getRenderSVGResourceById&lt;RenderSVGResourceFilter&gt;(document, id)))
</span><span class="lines">@@ -216,7 +213,6 @@
</span><span class="cx">             else
</span><span class="cx">                 registerPendingResource(extensions, id, element);
</span><span class="cx">         }
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx">         if (svgStyle.hasMasker()) {
</span><span class="cx">             AtomicString id(svgStyle.maskerResource());
</span><span class="lines">@@ -294,10 +290,8 @@
</span><span class="cx">     if (m_clipperFilterMaskerData) {
</span><span class="cx">         if (m_clipperFilterMaskerData-&gt;clipper)
</span><span class="cx">             m_clipperFilterMaskerData-&gt;clipper-&gt;removeClientFromCache(renderer, markForInvalidation);
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">         if (m_clipperFilterMaskerData-&gt;filter)
</span><span class="cx">             m_clipperFilterMaskerData-&gt;filter-&gt;removeClientFromCache(renderer, markForInvalidation);
</span><del>-#endif
</del><span class="cx">         if (m_clipperFilterMaskerData-&gt;masker)
</span><span class="cx">             m_clipperFilterMaskerData-&gt;masker-&gt;removeClientFromCache(renderer, markForInvalidation);
</span><span class="cx">     }
</span><span class="lines">@@ -373,16 +367,12 @@
</span><span class="cx">         }
</span><span class="cx">         break;
</span><span class="cx">     case FilterResourceType:
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">         if (!m_clipperFilterMaskerData)
</span><span class="cx">             break;
</span><span class="cx">         if (m_clipperFilterMaskerData-&gt;filter == &amp;resource) {
</span><span class="cx">             m_clipperFilterMaskerData-&gt;filter-&gt;removeAllClientsFromCache();
</span><span class="cx">             m_clipperFilterMaskerData-&gt;filter = 0;
</span><span class="cx">         }
</span><del>-#else
-        ASSERT_NOT_REACHED();
-#endif
</del><span class="cx">         break;
</span><span class="cx">     case ClipperResourceType:
</span><span class="cx">         if (!m_clipperFilterMaskerData)
</span><span class="lines">@@ -413,10 +403,8 @@
</span><span class="cx">     if (m_clipperFilterMaskerData) {
</span><span class="cx">         if (m_clipperFilterMaskerData-&gt;clipper)
</span><span class="cx">             set.add(m_clipperFilterMaskerData-&gt;clipper);
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">         if (m_clipperFilterMaskerData-&gt;filter)
</span><span class="cx">             set.add(m_clipperFilterMaskerData-&gt;filter);
</span><del>-#endif
</del><span class="cx">         if (m_clipperFilterMaskerData-&gt;masker)
</span><span class="cx">             set.add(m_clipperFilterMaskerData-&gt;masker);
</span><span class="cx">     }
</span><span class="lines">@@ -459,7 +447,6 @@
</span><span class="cx">     m_clipperFilterMaskerData-&gt;clipper = 0;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> bool SVGResources::setFilter(RenderSVGResourceFilter* filter)
</span><span class="cx"> {
</span><span class="cx">     if (!filter)
</span><span class="lines">@@ -480,7 +467,6 @@
</span><span class="cx">     ASSERT(m_clipperFilterMaskerData-&gt;filter);
</span><span class="cx">     m_clipperFilterMaskerData-&gt;filter = 0;
</span><span class="cx"> }
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx"> bool SVGResources::setMarkerStart(RenderSVGResourceMarker* markerStart)
</span><span class="cx"> {
</span><span class="lines">@@ -641,10 +627,8 @@
</span><span class="cx">     if (m_clipperFilterMaskerData) {
</span><span class="cx">         if (RenderSVGResourceClipper* clipper = m_clipperFilterMaskerData-&gt;clipper)
</span><span class="cx">             fprintf(stderr, &quot; |-&gt; Clipper    : %p (node=%p)\n&quot;, clipper, &amp;clipper-&gt;clipPathElement());
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">         if (RenderSVGResourceFilter* filter = m_clipperFilterMaskerData-&gt;filter)
</span><span class="cx">             fprintf(stderr, &quot; |-&gt; Filter     : %p (node=%p)\n&quot;, filter, &amp;filter-&gt;filterElement());
</span><del>-#endif
</del><span class="cx">         if (RenderSVGResourceMasker* masker = m_clipperFilterMaskerData-&gt;masker)
</span><span class="cx">             fprintf(stderr, &quot; |-&gt; Masker     : %p (node=%p)\n&quot;, masker, &amp;masker-&gt;maskElement());
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGResourcesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGResources.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGResources.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/rendering/svg/SVGResources.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -53,10 +53,8 @@
</span><span class="cx"> 
</span><span class="cx">     RenderSVGResourceFilter* filter() const
</span><span class="cx">     {
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">         if (m_clipperFilterMaskerData)
</span><span class="cx">             return m_clipperFilterMaskerData-&gt;filter;
</span><del>-#endif
</del><span class="cx">         return 0;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -82,9 +80,7 @@
</span><span class="cx"> 
</span><span class="cx">     // Only used by SVGResourcesCache cycle detection logic
</span><span class="cx">     void resetClipper();
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">     void resetFilter();
</span><del>-#endif
</del><span class="cx">     void resetMarkerStart();
</span><span class="cx">     void resetMarkerMid();
</span><span class="cx">     void resetMarkerEnd();
</span><span class="lines">@@ -95,9 +91,7 @@
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     bool setClipper(RenderSVGResourceClipper*);
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">     bool setFilter(RenderSVGResourceFilter*);
</span><del>-#endif
</del><span class="cx">     bool setMarkerStart(RenderSVGResourceMarker*);
</span><span class="cx">     bool setMarkerMid(RenderSVGResourceMarker*);
</span><span class="cx">     bool setMarkerEnd(RenderSVGResourceMarker*);
</span><span class="lines">@@ -116,17 +110,13 @@
</span><span class="cx">     public:
</span><span class="cx">         ClipperFilterMaskerData()
</span><span class="cx">             : clipper(0)
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">             , filter(0)
</span><del>-#endif
</del><span class="cx">             , masker(0)
</span><span class="cx">         {
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         RenderSVGResourceClipper* clipper;
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">         RenderSVGResourceFilter* filter;
</span><del>-#endif
</del><span class="cx">         RenderSVGResourceMasker* masker;
</span><span class="cx">     };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGResourcesCycleSolvercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGResourcesCycleSolver.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGResourcesCycleSolver.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/rendering/svg/SVGResourcesCycleSolver.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -176,10 +176,8 @@
</span><span class="cx">             m_resources.resetStroke();
</span><span class="cx">         break;
</span><span class="cx">     case FilterResourceType:
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">         ASSERT(&amp;resourceLeadingToCycle == m_resources.filter());
</span><span class="cx">         m_resources.resetFilter();
</span><del>-#endif
</del><span class="cx">         break;
</span><span class="cx">     case ClipperResourceType:
</span><span class="cx">         ASSERT(&amp;resourceLeadingToCycle == m_resources.clipper());
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedEnumerationcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedEnumeration.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedEnumeration.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGAnimatedEnumeration.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -62,7 +62,6 @@
</span><span class="cx">     if (attrName == SVGNames::spreadMethodAttr)
</span><span class="cx">         return SVGPropertyTraits&lt;SVGSpreadMethodType&gt;::fromString(value);
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx">     if (attrName == SVGNames::edgeModeAttr)
</span><span class="cx">         return SVGPropertyTraits&lt;EdgeModeType&gt;::fromString(value);
</span><span class="cx"> 
</span><span class="lines">@@ -97,7 +96,6 @@
</span><span class="cx">         return SVGPropertyTraits&lt;ChannelSelectorType&gt;::fromString(value);
</span><span class="cx">     if (attrName == SVGNames::yChannelSelectorAttr)
</span><span class="cx">         return SVGPropertyTraits&lt;ChannelSelectorType&gt;::fromString(value);
</span><del>-#endif
</del><span class="cx"> 
</span><span class="cx">     ASSERT_NOT_REACHED();
</span><span class="cx">     return 0;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGComponentTransferFunctionElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,8 +19,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGComponentTransferFunctionElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -152,5 +150,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGComponentTransferFunctionElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGComponentTransferFunctionElement_h
</span><span class="cx"> #define SVGComponentTransferFunctionElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEComponentTransfer.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="lines">@@ -97,5 +96,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGComponentTransferFunctionElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGComponentTransferFunctionElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    Conditional=FILTERS,
</del><span class="cx">     DoNotCheckConstants
</span><span class="cx"> ] interface SVGComponentTransferFunctionElement : SVGElement {
</span><span class="cx">     // Component Transfer Types
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEBlendElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEBlendElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEBlendElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEBlendElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,8 +20,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEBlendElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -145,5 +143,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEBlendElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEBlendElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEBlendElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEBlendElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef SVGFEBlendElement_h
</span><span class="cx"> #define SVGFEBlendElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEBlend.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="lines">@@ -74,5 +73,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEBlendElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEBlendElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEBlendElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEBlendElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    Conditional=FILTERS,
</del><span class="cx">     DoNotCheckConstants
</span><span class="cx"> ] interface SVGFEBlendElement : SVGElement {
</span><span class="cx">     // Blend Mode Types
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEColorMatrixElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEColorMatrixElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEColorMatrixElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEColorMatrixElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,8 +19,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEColorMatrixElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -174,5 +172,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEColorMatrixElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEColorMatrixElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEColorMatrixElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEColorMatrixElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFEColorMatrixElement_h
</span><span class="cx"> #define SVGFEColorMatrixElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEColorMatrix.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumberList.h&quot;
</span><span class="lines">@@ -89,4 +88,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEColorMatrixElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEColorMatrixElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEColorMatrixElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEColorMatrixElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    Conditional=FILTERS,
</del><span class="cx">     DoNotCheckConstants
</span><span class="cx"> ] interface SVGFEColorMatrixElement : SVGElement {
</span><span class="cx">     // Color Matrix Types
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEComponentTransferElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEComponentTransferElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEComponentTransferElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEComponentTransferElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,8 +19,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEComponentTransferElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attr.h&quot;
</span><span class="lines">@@ -108,5 +106,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEComponentTransferElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEComponentTransferElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEComponentTransferElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEComponentTransferElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFEComponentTransferElement_h
</span><span class="cx"> #define SVGFEComponentTransferElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEComponentTransfer.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -46,5 +45,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEComponentTransferElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEComponentTransferElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEComponentTransferElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEComponentTransferElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,9 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFEComponentTransferElement : SVGElement {
</del><ins>+interface SVGFEComponentTransferElement : SVGElement {
</ins><span class="cx">     readonly attribute SVGAnimatedString in1;
</span><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFECompositeElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFECompositeElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFECompositeElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFECompositeElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,8 +19,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFECompositeElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -189,5 +187,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFECompositeElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFECompositeElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFECompositeElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFECompositeElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFECompositeElement_h
</span><span class="cx"> #define SVGFECompositeElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEComposite.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="lines">@@ -101,4 +100,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFECompositeElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFECompositeElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFECompositeElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFECompositeElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    Conditional=FILTERS,
</del><span class="cx">     DoNotCheckConstants
</span><span class="cx"> ] interface SVGFECompositeElement : SVGElement {
</span><span class="cx">     // Composite Operators
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEConvolveMatrixElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -18,8 +18,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEConvolveMatrixElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attr.h&quot;
</span><span class="lines">@@ -346,5 +344,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEConvolveMatrixElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,7 +20,6 @@
</span><span class="cx"> #ifndef SVGFEConvolveMatrixElement_h
</span><span class="cx"> #define SVGFEConvolveMatrixElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEConvolveMatrix.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="lines">@@ -103,5 +102,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEConvolveMatrixElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEConvolveMatrixElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    Conditional=FILTERS,
</del><span class="cx">     DoNotCheckConstants
</span><span class="cx"> ] interface SVGFEConvolveMatrixElement : SVGElement {
</span><span class="cx">     // Edge Mode Values
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDiffuseLightingElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -18,8 +18,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEDiffuseLightingElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attr.h&quot;
</span><span class="lines">@@ -227,5 +225,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDiffuseLightingElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef SVGFEDiffuseLightingElement_h
</span><span class="cx"> #define SVGFEDiffuseLightingElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFELightElement.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -59,5 +58,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDiffuseLightingElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEDiffuseLightingElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,9 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFEDiffuseLightingElement : SVGElement {
</del><ins>+interface SVGFEDiffuseLightingElement : SVGElement {
</ins><span class="cx">     readonly attribute SVGAnimatedString in1;
</span><span class="cx">     readonly attribute SVGAnimatedNumber surfaceScale;
</span><span class="cx">     readonly attribute SVGAnimatedNumber diffuseConstant;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDisplacementMapElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -18,8 +18,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEDisplacementMapElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -166,5 +164,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDisplacementMapElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,7 +20,6 @@
</span><span class="cx"> #ifndef SVGFEDisplacementMapElement_h
</span><span class="cx"> #define SVGFEDisplacementMapElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEDisplacementMap.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="lines">@@ -91,5 +90,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif // SVGFEDisplacementMapElement_h
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDisplacementMapElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEDisplacementMapElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    Conditional=FILTERS,
</del><span class="cx">     DoNotCheckConstants
</span><span class="cx"> ] interface SVGFEDisplacementMapElement : SVGElement {
</span><span class="cx">     // Channel Selectors
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDistantLightElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDistantLightElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDistantLightElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEDistantLightElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -18,12 +18,10 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEDistantLightElement.h&quot;
</span><del>-#include &quot;SVGNames.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;DistantLightSource.h&quot;
</span><ins>+#include &quot;SVGNames.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +42,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDistantLightElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDistantLightElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDistantLightElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEDistantLightElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,7 +20,6 @@
</span><span class="cx"> #ifndef SVGFEDistantLightElement_h
</span><span class="cx"> #define SVGFEDistantLightElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFELightElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -39,5 +38,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDistantLightElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDistantLightElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDistantLightElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEDistantLightElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,9 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFEDistantLightElement : SVGElement {
</del><ins>+interface SVGFEDistantLightElement : SVGElement {
</ins><span class="cx">     readonly attribute SVGAnimatedNumber azimuth;
</span><span class="cx">     readonly attribute SVGAnimatedNumber elevation;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDropShadowElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDropShadowElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDropShadowElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEDropShadowElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -18,8 +18,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEDropShadowElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -174,5 +172,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDropShadowElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDropShadowElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDropShadowElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEDropShadowElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,7 +20,6 @@
</span><span class="cx"> #ifndef SVGFEDropShadowElement_h
</span><span class="cx"> #define SVGFEDropShadowElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEDropShadow.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="lines">@@ -55,5 +54,4 @@
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEDropShadowElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEDropShadowElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEDropShadowElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEDropShadowElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -17,9 +17,7 @@
</span><span class="cx">  * Boston, MA 02110-1301, USA.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS,
-] interface SVGFEDropShadowElement : SVGElement {
</del><ins>+interface SVGFEDropShadowElement : SVGElement {
</ins><span class="cx">     readonly attribute SVGAnimatedString in1;
</span><span class="cx">     readonly attribute SVGAnimatedNumber dx;
</span><span class="cx">     readonly attribute SVGAnimatedNumber dy;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFloodElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFloodElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFloodElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFloodElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,8 +19,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEFloodElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -73,5 +71,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFloodElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFloodElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFloodElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFloodElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFEFloodElement_h
</span><span class="cx"> #define SVGFEFloodElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEFlood.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -40,5 +39,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFloodElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFloodElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFloodElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFloodElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,9 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFEFloodElement : SVGElement {
</del><ins>+interface SVGFEFloodElement : SVGElement {
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> SVGFEFloodElement implements SVGFilterPrimitiveStandardAttributes;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncAElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncAElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncAElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFuncAElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,9 +19,8 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEFuncAElement.h&quot;
</span><ins>+
</ins><span class="cx"> #include &quot;SVGNames.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -39,6 +38,4 @@
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> // vim:ts=4:noet
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncAElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncAElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncAElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFuncAElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFEFuncAElement_h
</span><span class="cx"> #define SVGFEFuncAElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGComponentTransferFunctionElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -38,5 +37,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncAElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncAElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncAElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFuncAElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,8 +23,6 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFEFuncAElement : SVGComponentTransferFunctionElement {
</del><ins>+interface SVGFEFuncAElement : SVGComponentTransferFunctionElement {
</ins><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncBElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncBElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncBElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFuncBElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,9 +19,8 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEFuncBElement.h&quot;
</span><ins>+
</ins><span class="cx"> #include &quot;SVGNames.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -38,5 +37,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncBElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncBElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncBElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFuncBElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFEFuncBElement_h
</span><span class="cx"> #define SVGFEFuncBElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGComponentTransferFunctionElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -38,5 +37,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncBElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncBElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncBElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFuncBElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,8 +23,6 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFEFuncBElement : SVGComponentTransferFunctionElement {
</del><ins>+interface SVGFEFuncBElement : SVGComponentTransferFunctionElement {
</ins><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncGElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncGElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncGElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFuncGElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,9 +19,8 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEFuncGElement.h&quot;
</span><ins>+
</ins><span class="cx"> #include &quot;SVGNames.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -38,5 +37,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncGElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncGElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncGElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFuncGElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFEFuncGElement_h
</span><span class="cx"> #define SVGFEFuncGElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGComponentTransferFunctionElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -38,5 +37,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncGElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncGElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncGElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFuncGElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,8 +23,6 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFEFuncGElement : SVGComponentTransferFunctionElement {
</del><ins>+interface SVGFEFuncGElement : SVGComponentTransferFunctionElement {
</ins><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncRElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncRElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncRElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFuncRElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,9 +19,8 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEFuncRElement.h&quot;
</span><ins>+
</ins><span class="cx"> #include &quot;SVGNames.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -38,5 +37,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncRElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncRElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncRElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFuncRElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFEFuncRElement_h
</span><span class="cx"> #define SVGFEFuncRElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGComponentTransferFunctionElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -38,5 +37,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEFuncRElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEFuncRElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEFuncRElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEFuncRElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,8 +23,6 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFEFuncRElement : SVGComponentTransferFunctionElement {
</del><ins>+interface SVGFEFuncRElement : SVGComponentTransferFunctionElement {
</ins><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEGaussianBlurElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,8 +19,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEGaussianBlurElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -160,5 +158,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEGaussianBlurElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFEGaussianBlurElement_h
</span><span class="cx"> #define SVGFEGaussianBlurElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEGaussianBlur.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="lines">@@ -57,5 +56,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEGaussianBlurElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEGaussianBlurElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    Conditional=FILTERS,
-    DoNotCheckConstants,
</del><ins>+    DoNotCheckConstants
</ins><span class="cx"> ] interface SVGFEGaussianBlurElement : SVGElement {
</span><span class="cx">     // Edge Mode Values
</span><span class="cx">     const unsigned short SVG_EDGEMODE_UNKNOWN   = 0;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEImageElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEImageElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEImageElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEImageElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,8 +20,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEImageElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attr.h&quot;
</span><span class="lines">@@ -226,5 +224,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEImageElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEImageElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEImageElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEImageElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFEImageElement_h
</span><span class="cx"> #define SVGFEImageElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;CachedImageClient.h&quot;
</span><span class="cx"> #include &quot;CachedResourceHandle.h&quot;
</span><span class="cx"> #include &quot;ImageBuffer.h&quot;
</span><span class="lines">@@ -75,5 +74,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEImageElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEImageElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEImageElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEImageElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,9 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFEImageElement : SVGElement {
</del><ins>+interface SVGFEImageElement : SVGElement {
</ins><span class="cx">     readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
</span><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFELightElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFELightElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFELightElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFELightElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,8 +20,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFELightElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -221,5 +219,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFELightElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFELightElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFELightElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFELightElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef SVGFELightElement_h
</span><span class="cx"> #define SVGFELightElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;LightSource.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="lines">@@ -62,5 +61,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEMergeElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEMergeElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEMergeElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEMergeElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,8 +19,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEMergeElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;ElementIterator.h&quot;
</span><span class="lines">@@ -61,5 +59,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEMergeElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEMergeElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEMergeElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEMergeElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFEMergeElement_h
</span><span class="cx"> #define SVGFEMergeElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEMerge.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -39,5 +38,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEMergeElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEMergeElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEMergeElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEMergeElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,9 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFEMergeElement : SVGElement {
</del><ins>+interface SVGFEMergeElement : SVGElement {
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> SVGFEMergeElement implements SVGFilterPrimitiveStandardAttributes;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEMergeNodeElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEMergeNodeElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEMergeNodeElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEMergeNodeElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,8 +19,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEMergeNodeElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -94,5 +92,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEMergeNodeElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEMergeNodeElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEMergeNodeElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEMergeNodeElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFEMergeNodeElement_h
</span><span class="cx"> #define SVGFEMergeNodeElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGAnimatedString.h&quot;
</span><span class="cx"> #include &quot;SVGElement.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -49,5 +48,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEMergeNodeElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEMergeNodeElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEMergeNodeElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEMergeNodeElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,9 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFEMergeNodeElement : SVGElement {
</del><ins>+interface SVGFEMergeNodeElement : SVGElement {
</ins><span class="cx">     readonly attribute SVGAnimatedString in1;
</span><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEMorphologyElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEMorphologyElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEMorphologyElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEMorphologyElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -18,8 +18,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEMorphologyElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -176,5 +174,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEMorphologyElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEMorphologyElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEMorphologyElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEMorphologyElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,7 +20,6 @@
</span><span class="cx"> #ifndef SVGFEMorphologyElement_h
</span><span class="cx"> #define SVGFEMorphologyElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEMorphology.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="lines">@@ -85,5 +84,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEMorphologyElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEMorphologyElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEMorphologyElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEMorphologyElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -24,8 +24,7 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    Conditional=FILTERS,
-    DoNotCheckConstants,
</del><ins>+    DoNotCheckConstants
</ins><span class="cx"> ] interface SVGFEMorphologyElement : SVGElement {
</span><span class="cx">     // Morphology Operators
</span><span class="cx">     const unsigned short SVG_MORPHOLOGY_OPERATOR_UNKNOWN  = 0;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEOffsetElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEOffsetElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEOffsetElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEOffsetElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,8 +19,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEOffsetElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -122,5 +120,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEOffsetElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEOffsetElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEOffsetElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEOffsetElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFEOffsetElement_h
</span><span class="cx"> #define SVGFEOffsetElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FEOffset.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="lines">@@ -50,4 +49,3 @@
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><span class="cx"> #endif
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEOffsetElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEOffsetElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEOffsetElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEOffsetElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,9 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFEOffsetElement : SVGElement {
</del><ins>+interface SVGFEOffsetElement : SVGElement {
</ins><span class="cx">     readonly attribute SVGAnimatedString in1;
</span><span class="cx">     readonly attribute SVGAnimatedNumber dx;
</span><span class="cx">     readonly attribute SVGAnimatedNumber dy;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEPointLightElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEPointLightElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEPointLightElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEPointLightElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -18,8 +18,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEPointLightElement.h&quot;
</span><span class="cx"> #include &quot;SVGNames.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -44,5 +42,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEPointLightElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEPointLightElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEPointLightElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEPointLightElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,7 +20,6 @@
</span><span class="cx"> #ifndef SVGFEPointLightElement_h
</span><span class="cx"> #define SVGFEPointLightElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFELightElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -39,5 +38,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFEPointLightElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFEPointLightElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFEPointLightElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFEPointLightElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,9 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFEPointLightElement : SVGElement {
</del><ins>+interface SVGFEPointLightElement : SVGElement {
</ins><span class="cx">     readonly attribute SVGAnimatedNumber x;
</span><span class="cx">     readonly attribute SVGAnimatedNumber y;
</span><span class="cx">     readonly attribute SVGAnimatedNumber z;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFESpecularLightingElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFESpecularLightingElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFESpecularLightingElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFESpecularLightingElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,8 +20,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFESpecularLightingElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -238,5 +236,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFESpecularLightingElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFESpecularLightingElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFESpecularLightingElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFESpecularLightingElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -22,7 +22,6 @@
</span><span class="cx"> #ifndef SVGFESpecularLightingElement_h
</span><span class="cx"> #define SVGFESpecularLightingElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FESpecularLighting.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedNumber.h&quot;
</span><span class="cx"> #include &quot;SVGFELightElement.h&quot;
</span><span class="lines">@@ -59,5 +58,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFESpecularLightingElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFESpecularLightingElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFESpecularLightingElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFESpecularLightingElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,9 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFESpecularLightingElement : SVGElement {
</del><ins>+interface SVGFESpecularLightingElement : SVGElement {
</ins><span class="cx">     readonly attribute SVGAnimatedString in1;
</span><span class="cx">     readonly attribute SVGAnimatedNumber surfaceScale;
</span><span class="cx">     readonly attribute SVGAnimatedNumber specularConstant;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFESpotLightElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFESpotLightElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFESpotLightElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFESpotLightElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -18,11 +18,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFESpotLightElement.h&quot;
</span><del>-#include &quot;SVGNames.h&quot;
</del><span class="cx"> 
</span><ins>+#include &quot;SVGNames.h&quot;
</ins><span class="cx"> #include &quot;SpotLightSource.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -47,5 +45,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFESpotLightElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFESpotLightElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFESpotLightElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFESpotLightElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,7 +20,6 @@
</span><span class="cx"> #ifndef SVGFESpotLightElement_h
</span><span class="cx"> #define SVGFESpotLightElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFELightElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -39,5 +38,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFESpotLightElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFESpotLightElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFESpotLightElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFESpotLightElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,9 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFESpotLightElement : SVGElement {
</del><ins>+interface SVGFESpotLightElement : SVGElement {
</ins><span class="cx">     readonly attribute SVGAnimatedNumber x;
</span><span class="cx">     readonly attribute SVGAnimatedNumber y;
</span><span class="cx">     readonly attribute SVGAnimatedNumber z;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFETileElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFETileElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFETileElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFETileElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,8 +19,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFETileElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -106,5 +104,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFETileElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFETileElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFETileElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFETileElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFETileElement_h
</span><span class="cx"> #define SVGFETileElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FETile.h&quot;
</span><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -46,5 +45,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFETileElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFETileElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFETileElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFETileElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,9 +23,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS
-] interface SVGFETileElement : SVGElement {
</del><ins>+interface SVGFETileElement : SVGElement {
</ins><span class="cx">     readonly attribute SVGAnimatedString in1;
</span><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFETurbulenceElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFETurbulenceElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFETurbulenceElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFETurbulenceElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -19,8 +19,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFETurbulenceElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -179,5 +177,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFETurbulenceElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFETurbulenceElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFETurbulenceElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFETurbulenceElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFETurbulenceElement_h
</span><span class="cx"> #define SVGFETurbulenceElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FETurbulence.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedInteger.h&quot;
</span><span class="lines">@@ -122,5 +121,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFETurbulenceElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFETurbulenceElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFETurbulenceElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFETurbulenceElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -24,7 +24,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    Conditional=FILTERS,
</del><span class="cx">     DoNotCheckConstants
</span><span class="cx"> ] interface SVGFETurbulenceElement : SVGElement {
</span><span class="cx">     // Turbulence Types
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFilterElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFilterElement.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFilterElement.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFilterElement.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,8 +23,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFilterElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attr.h&quot;
</span><span class="lines">@@ -237,5 +235,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFilterElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFilterElement.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFilterElement.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFilterElement.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,7 +23,6 @@
</span><span class="cx"> #ifndef SVGFilterElement_h
</span><span class="cx"> #define SVGFilterElement_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGAnimatedBoolean.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedEnumeration.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedInteger.h&quot;
</span><span class="lines">@@ -81,4 +80,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #endif
</span><del>-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFilterElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFilterElement.idl (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFilterElement.idl        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFilterElement.idl        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -24,9 +24,7 @@
</span><span class="cx">  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-[
-    Conditional=FILTERS,
-] interface SVGFilterElement : SVGElement {
</del><ins>+interface SVGFilterElement : SVGElement {
</ins><span class="cx">     readonly attribute SVGAnimatedEnumeration filterUnits;
</span><span class="cx">     readonly attribute SVGAnimatedEnumeration primitiveUnits;
</span><span class="cx">     readonly attribute SVGAnimatedLength      x;
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFilterPrimitiveStandardAttributescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,8 +20,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFilterPrimitiveStandardAttributes.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attribute.h&quot;
</span><span class="lines">@@ -174,5 +172,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><del>-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFilterPrimitiveStandardAttributesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFilterPrimitiveStandardAttributes_h
</span><span class="cx"> #define SVGFilterPrimitiveStandardAttributes_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;RenderSVGResourceFilter.h&quot;
</span><span class="cx"> #include &quot;RenderSVGResourceFilterPrimitive.h&quot;
</span><span class="cx"> #include &quot;SVGAnimatedLength.h&quot;
</span><span class="lines">@@ -93,5 +92,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsfiltersSVGFEImagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,8 +21,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFEImage.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;AffineTransform.h&quot;
</span><span class="lines">@@ -160,5 +158,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsfiltersSVGFEImageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/graphics/filters/SVGFEImage.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,7 +23,6 @@
</span><span class="cx"> #ifndef SVGFEImage_h
</span><span class="cx"> #define SVGFEImage_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> #include &quot;SVGPreserveAspectRatio.h&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -66,6 +65,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // SVGFEImage_h
</span></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsfiltersSVGFiltercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/filters/SVGFilter.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/filters/SVGFilter.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/graphics/filters/SVGFilter.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -20,8 +20,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFilter.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -56,5 +54,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsfiltersSVGFilterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/filters/SVGFilter.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/filters/SVGFilter.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/graphics/filters/SVGFilter.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFilter_h
</span><span class="cx"> #define SVGFilter_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;AffineTransform.h&quot;
</span><span class="cx"> #include &quot;Filter.h&quot;
</span><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="lines">@@ -63,6 +62,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
-
</del><span class="cx"> #endif // SVGFilter_h
</span></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsfiltersSVGFilterBuildercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.cpp (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.cpp        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.cpp        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -18,8 +18,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-
-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;SVGFilterBuilder.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="lines">@@ -106,5 +104,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><del>-
-#endif // ENABLE(FILTERS)
</del></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsfiltersSVGFilterBuilderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.h (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.h        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.h        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> #ifndef SVGFilterBuilder_h
</span><span class="cx"> #define SVGFilterBuilder_h
</span><span class="cx"> 
</span><del>-#if ENABLE(FILTERS)
</del><span class="cx"> #include &quot;FilterEffect.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="lines">@@ -80,5 +79,4 @@
</span><span class="cx">     
</span><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><del>-#endif // ENABLE(FILTERS)
</del><span class="cx"> #endif // SVGFilterBuilder_h
</span></span></pre></div>
<a id="trunkSourceWebCoresvgsvgtagsin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/svgtags.in (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/svgtags.in        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebCore/svg/svgtags.in        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -23,7 +23,6 @@
</span><span class="cx"> defs
</span><span class="cx"> desc
</span><span class="cx"> ellipse generateTypeHelpers
</span><del>-#if ENABLE_FILTERS
</del><span class="cx"> feBlend
</span><span class="cx"> feColorMatrix
</span><span class="cx"> feComponentTransfer
</span><span class="lines">@@ -50,7 +49,6 @@
</span><span class="cx"> feTile
</span><span class="cx"> feTurbulence
</span><span class="cx"> filter generateTypeHelpers
</span><del>-#endif
</del><span class="cx"> #if ENABLE_SVG_FONTS
</span><span class="cx"> font generateTypeHelpers
</span><span class="cx"> font_face generateTypeHelpers
</span></span></pre></div>
<a id="trunkSourceWebKitmacChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/ChangeLog (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/ChangeLog        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebKit/mac/ChangeLog        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-09-08  Eva Balazsfalvi  &lt;evab.u-szeged@partner.samsung.com&gt;
+
+        Remove FILTERS flag
+        https://bugs.webkit.org/show_bug.cgi?id=136571
+
+        Reviewed by Darin Adler.
+
+        * Configurations/FeatureDefines.xcconfig:
+
</ins><span class="cx"> 2014-09-08  Jessie Berlin  &lt;jberlin@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         32-bit build fix after r173364.
</span></span></pre></div>
<a id="trunkSourceWebKitmacConfigurationsFeatureDefinesxcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebKit/mac/Configurations/FeatureDefines.xcconfig        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -82,7 +82,6 @@
</span><span class="cx"> ENABLE_ENCRYPTED_MEDIA_V2_macosx_1080 = ;
</span><span class="cx"> ENABLE_ENCRYPTED_MEDIA_V2_macosx_1090 = ENABLE_ENCRYPTED_MEDIA_V2;
</span><span class="cx"> ENABLE_ENCRYPTED_MEDIA_V2_macosx_101000 = ENABLE_ENCRYPTED_MEDIA_V2;
</span><del>-ENABLE_FILTERS = ENABLE_FILTERS;
</del><span class="cx"> ENABLE_FONT_LOAD_EVENTS = ;
</span><span class="cx"> ENABLE_FULLSCREEN_API = $(ENABLE_FULLSCREEN_API_$(PLATFORM_NAME));
</span><span class="cx"> ENABLE_FULLSCREEN_API_macosx = ENABLE_FULLSCREEN_API;
</span><span class="lines">@@ -271,4 +270,4 @@
</span><span class="cx"> 
</span><span class="cx"> ENABLE_SATURATED_LAYOUT_ARITHMETIC = ENABLE_SATURATED_LAYOUT_ARITHMETIC;
</span><span class="cx"> 
</span><del>-FEATURE_DEFINES = $(ENABLE_3D_RENDERING) $(ENABLE_ACCELERATED_2D_CANVAS) $(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) $(ENABLE_AVF_CAPTIONS) $(ENABLE_CACHE_PARTITIONING) $(ENABLE_CANVAS_PATH) $(ENABLE_CANVAS_PROXY) $(ENABLE_CHANNEL_MESSAGING) $(ENABLE_CONTENT_FILTERING) $(ENABLE_CSP_NEXT) $(ENABLE_CSS_BOX_DECORATION_BREAK) $(ENABLE_CSS_COMPOSITING) $(ENABLE_CSS_DEVICE_ADAPTATION) $(ENABLE_CSS_GRID_LAYOUT) $(ENABLE_CSS_IMAGE_ORIENTATION) $(ENABLE_CSS_IMAGE_RESOLUTION) $(ENABLE_CSS_REGIONS) $(ENABLE_CSS_SELECTORS_LEVEL4) $(ENABLE_CSS_SHAPES) $(ENABLE_CSS3_CONDITIONAL_RULES) $(ENABLE_CSS3_TEXT) $(ENABLE_CSS3_TEXT_LINE_BREAK) $(ENABLE_CURSOR_VISIBILITY) $(ENABLE_CUSTOM_SCHEME_HANDLER) $(ENABLE_DASHBOARD_SUPPORT) $(ENABLE_DATALIST_ELEMENT) $(ENABLE_DATA_TRANSFER_ITEMS) $(ENABLE_DETAILS_ELEMENT) $(ENABLE_DEVICE_ORIENTATION) $(ENABLE_DOM4_EVENTS_CONSTRUCTOR) $(ENABLE_ENCRYPTED_MEDIA) $(ENABLE_ENCRYPTED_MEDIA_V2) $(ENABLE_FILTERS) $(ENABLE_FONT_LOAD_EVENTS) $(ENABLE_FULLSCREEN_API) $(ENABLE_GAMEPAD) $(ENABLE_GAMEPAD_DEPRECATED) $(ENABLE_GEOLOCATION) $(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING) $(ENABLE_ICONDATABASE) $(ENABLE_SERVICE_CONTROLS) $(ENABLE_INDEXED_DATABASE) $(ENABLE_INDEXED_DATABASE_IN_WORKERS) $(ENABLE_INDIE_UI) $(ENABLE_INPUT_TYPE_COLOR) $(ENABLE_INPUT_TYPE_COLOR_POPOVER) $(ENABLE_INPUT_TYPE_DATE) $(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE) $(ENABLE_INPUT_TYPE_DATETIMELOCAL) $(ENABLE_INPUT_TYPE_MONTH) $(ENABLE_INPUT_TYPE_TIME) $(ENABLE_INPUT_TYPE_WEEK) $(ENABLE_INSPECTOR) $(ENABLE_IOS_AIRPLAY) $(ENABLE_IOS_GESTURE_EVENTS) $(ENABLE_IOS_TEXT_AUTOSIZING) $(ENABLE_IOS_TOUCH_EVENTS) $(ENABLE_LEGACY_CSS_VENDOR_PREFIXES) $(ENABLE_LEGACY_NOTIFICATIONS) $(ENABLE_LEGACY_VENDOR_PREFIXES) $(ENABLE_LEGACY_WEB_AUDIO) $(ENABLE_LETTERPRESS) $(ENABLE_LINK_PREFETCH) $(ENABLE_MATHML) $(ENABLE_MEDIA_CONTROLS_SCRIPT) $(ENABLE_MEDIA_SOURCE) $(ENABLE_MEDIA_STATISTICS) $(ENABLE_METER_ELEMENT) $(ENABLE_MHTML) $(ENABLE_MOUSE_CURSOR_SCALE) $(ENABLE_NAVIGATOR_CONTENT_UTILS) $(ENABLE_NAVIGATOR_HWCONCURRENCY) $(ENABLE_NOTIFICATIONS) $(ENABLE_PDFKIT_PLUGIN) $(ENABLE_POINTER_LOCK) $(ENABLE_PROMISES) $(ENABLE_PROXIMITY_EVENTS) $(ENABLE_PUBLIC_SUFFIX_LIST) $(ENABLE_QUOTA) $(ENABLE_REQUEST_ANIMATION_FRAME) $(ENABLE_REMOTE_INSPECTOR) $(ENABLE_RESOLUTION_MEDIA_QUERY) $(ENABLE_RUBBER_BANDING) $(ENABLE_SHARED_WORKERS) $(ENABLE_CSS_SCROLL_SNAP) $(ENABLE_SPEECH_SYNTHESIS) $(ENABLE_SQL_DATABASE) $(ENABLE_SUBTLE_CRYPTO) $(ENABLE_SVG_FONTS) $(ENABLE_TELEPHONE_NUMBER_DETECTION) $(ENABLE_TEMPLATE_ELEMENT) $(ENABLE_TEXT_AUTOSIZING) $(ENABLE_TOUCH_EVENTS) $(ENABLE_TOUCH_ICON_LOADING) $(ENABLE_USERSELECT_ALL) $(ENABLE_VIDEO) $(ENABLE_VIDEO_TRACK) $(ENABLE_DATACUE_VALUE) $(ENABLE_VIEW_MODE_CSS_MEDIA) $(ENABLE_WEBGL) $(ENABLE_WEB_AUDIO) $(ENABLE_WEB_REPLAY) $(ENABLE_WEB_SOCKETS) $(ENABLE_PICTURE_SIZES) $(ENABLE_WEB_TIMING) $(ENABLE_WEBVTT_REGIONS) $(ENABLE_XHR_TIMEOUT) $(ENABLE_XSLT) $(ENABLE_FTL_JIT) $(ENABLE_LLINT_C_LOOP) $(ENABLE_SATURATED_LAYOUT_ARITHMETIC) $(FEATURE_DEFINES_$(PLATFORM_NAME));
</del><ins>+FEATURE_DEFINES = $(ENABLE_3D_RENDERING) $(ENABLE_ACCELERATED_2D_CANVAS) $(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) $(ENABLE_AVF_CAPTIONS) $(ENABLE_CACHE_PARTITIONING) $(ENABLE_CANVAS_PATH) $(ENABLE_CANVAS_PROXY) $(ENABLE_CHANNEL_MESSAGING) $(ENABLE_CONTENT_FILTERING) $(ENABLE_CSP_NEXT) $(ENABLE_CSS_BOX_DECORATION_BREAK) $(ENABLE_CSS_COMPOSITING) $(ENABLE_CSS_DEVICE_ADAPTATION) $(ENABLE_CSS_GRID_LAYOUT) $(ENABLE_CSS_IMAGE_ORIENTATION) $(ENABLE_CSS_IMAGE_RESOLUTION) $(ENABLE_CSS_REGIONS) $(ENABLE_CSS_SELECTORS_LEVEL4) $(ENABLE_CSS_SHAPES) $(ENABLE_CSS3_CONDITIONAL_RULES) $(ENABLE_CSS3_TEXT) $(ENABLE_CSS3_TEXT_LINE_BREAK) $(ENABLE_CURSOR_VISIBILITY) $(ENABLE_CUSTOM_SCHEME_HANDLER) $(ENABLE_DASHBOARD_SUPPORT) $(ENABLE_DATALIST_ELEMENT) $(ENABLE_DATA_TRANSFER_ITEMS) $(ENABLE_DETAILS_ELEMENT) $(ENABLE_DEVICE_ORIENTATION) $(ENABLE_DOM4_EVENTS_CONSTRUCTOR) $(ENABLE_ENCRYPTED_MEDIA) $(ENABLE_ENCRYPTED_MEDIA_V2) $(ENABLE_FONT_LOAD_EVENTS) $(ENABLE_FULLSCREEN_API) $(ENABLE_GAMEPAD) $(ENABLE_GAMEPAD_DEPRECATED) $(ENABLE_GEOLOCATION) $(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING) $(ENABLE_ICONDATABASE) $(ENABLE_SERVICE_CONTROLS) $(ENABLE_INDEXED_DATABASE) $(ENABLE_INDEXED_DATABASE_IN_WORKERS) $(ENABLE_INDIE_UI) $(ENABLE_INPUT_TYPE_COLOR) $(ENABLE_INPUT_TYPE_COLOR_POPOVER) $(ENABLE_INPUT_TYPE_DATE) $(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE) $(ENABLE_INPUT_TYPE_DATETIMELOCAL) $(ENABLE_INPUT_TYPE_MONTH) $(ENABLE_INPUT_TYPE_TIME) $(ENABLE_INPUT_TYPE_WEEK) $(ENABLE_INSPECTOR) $(ENABLE_IOS_AIRPLAY) $(ENABLE_IOS_GESTURE_EVENTS) $(ENABLE_IOS_TEXT_AUTOSIZING) $(ENABLE_IOS_TOUCH_EVENTS) $(ENABLE_LEGACY_CSS_VENDOR_PREFIXES) $(ENABLE_LEGACY_NOTIFICATIONS) $(ENABLE_LEGACY_VENDOR_PREFIXES) $(ENABLE_LEGACY_WEB_AUDIO) $(ENABLE_LETTERPRESS) $(ENABLE_LINK_PREFETCH) $(ENABLE_MATHML) $(ENABLE_MEDIA_CONTROLS_SCRIPT) $(ENABLE_MEDIA_SOURCE) $(ENABLE_MEDIA_STATISTICS) $(ENABLE_METER_ELEMENT) $(ENABLE_MHTML) $(ENABLE_MOUSE_CURSOR_SCALE) $(ENABLE_NAVIGATOR_CONTENT_UTILS) $(ENABLE_NAVIGATOR_HWCONCURRENCY) $(ENABLE_NOTIFICATIONS) $(ENABLE_PDFKIT_PLUGIN) $(ENABLE_POINTER_LOCK) $(ENABLE_PROMISES) $(ENABLE_PROXIMITY_EVENTS) $(ENABLE_PUBLIC_SUFFIX_LIST) $(ENABLE_QUOTA) $(ENABLE_REQUEST_ANIMATION_FRAME) $(ENABLE_REMOTE_INSPECTOR) $(ENABLE_RESOLUTION_MEDIA_QUERY) $(ENABLE_RUBBER_BANDING) $(ENABLE_SHARED_WORKERS) $(ENABLE_CSS_SCROLL_SNAP) $(ENABLE_SPEECH_SYNTHESIS) $(ENABLE_SQL_DATABASE) $(ENABLE_SUBTLE_CRYPTO) $(ENABLE_SVG_FONTS) $(ENABLE_TELEPHONE_NUMBER_DETECTION) $(ENABLE_TEMPLATE_ELEMENT) $(ENABLE_TEXT_AUTOSIZING) $(ENABLE_TOUCH_EVENTS) $(ENABLE_TOUCH_ICON_LOADING) $(ENABLE_USERSELECT_ALL) $(ENABLE_VIDEO) $(ENABLE_VIDEO_TRACK) $(ENABLE_DATACUE_VALUE) $(ENABLE_VIEW_MODE_CSS_MEDIA) $(ENABLE_WEBGL) $(ENABLE_WEB_AUDIO) $(ENABLE_WEB_REPLAY) $(ENABLE_WEB_SOCKETS) $(ENABLE_PICTURE_SIZES) $(ENABLE_WEB_TIMING) $(ENABLE_WEBVTT_REGIONS) $(ENABLE_XHR_TIMEOUT) $(ENABLE_XSLT) $(ENABLE_FTL_JIT) $(ENABLE_LLINT_C_LOOP) $(ENABLE_SATURATED_LAYOUT_ARITHMETIC) $(FEATURE_DEFINES_$(PLATFORM_NAME));
</ins></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebKit2/ChangeLog        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-09-08  Eva Balazsfalvi  &lt;evab.u-szeged@partner.samsung.com&gt;
+
+        Remove FILTERS flag
+        https://bugs.webkit.org/show_bug.cgi?id=136571
+
+        Reviewed by Darin Adler.
+
+        * Configurations/FeatureDefines.xcconfig:
+
</ins><span class="cx"> 2014-09-08  Antti Koivisto  &lt;antti@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Buffer images on web process side
</span></span></pre></div>
<a id="trunkSourceWebKit2ConfigurationsFeatureDefinesxcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/WebKit2/Configurations/FeatureDefines.xcconfig        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -82,7 +82,6 @@
</span><span class="cx"> ENABLE_ENCRYPTED_MEDIA_V2_macosx_1080 = ;
</span><span class="cx"> ENABLE_ENCRYPTED_MEDIA_V2_macosx_1090 = ENABLE_ENCRYPTED_MEDIA_V2;
</span><span class="cx"> ENABLE_ENCRYPTED_MEDIA_V2_macosx_101000 = ENABLE_ENCRYPTED_MEDIA_V2;
</span><del>-ENABLE_FILTERS = ENABLE_FILTERS;
</del><span class="cx"> ENABLE_FONT_LOAD_EVENTS = ;
</span><span class="cx"> ENABLE_FULLSCREEN_API = $(ENABLE_FULLSCREEN_API_$(PLATFORM_NAME));
</span><span class="cx"> ENABLE_FULLSCREEN_API_macosx = ENABLE_FULLSCREEN_API;
</span><span class="lines">@@ -271,4 +270,4 @@
</span><span class="cx"> 
</span><span class="cx"> ENABLE_SATURATED_LAYOUT_ARITHMETIC = ENABLE_SATURATED_LAYOUT_ARITHMETIC;
</span><span class="cx"> 
</span><del>-FEATURE_DEFINES = $(ENABLE_3D_RENDERING) $(ENABLE_ACCELERATED_2D_CANVAS) $(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) $(ENABLE_AVF_CAPTIONS) $(ENABLE_CACHE_PARTITIONING) $(ENABLE_CANVAS_PATH) $(ENABLE_CANVAS_PROXY) $(ENABLE_CHANNEL_MESSAGING) $(ENABLE_CONTENT_FILTERING) $(ENABLE_CSP_NEXT) $(ENABLE_CSS_BOX_DECORATION_BREAK) $(ENABLE_CSS_COMPOSITING) $(ENABLE_CSS_DEVICE_ADAPTATION) $(ENABLE_CSS_GRID_LAYOUT) $(ENABLE_CSS_IMAGE_ORIENTATION) $(ENABLE_CSS_IMAGE_RESOLUTION) $(ENABLE_CSS_REGIONS) $(ENABLE_CSS_SELECTORS_LEVEL4) $(ENABLE_CSS_SHAPES) $(ENABLE_CSS3_CONDITIONAL_RULES) $(ENABLE_CSS3_TEXT) $(ENABLE_CSS3_TEXT_LINE_BREAK) $(ENABLE_CURSOR_VISIBILITY) $(ENABLE_CUSTOM_SCHEME_HANDLER) $(ENABLE_DASHBOARD_SUPPORT) $(ENABLE_DATALIST_ELEMENT) $(ENABLE_DATA_TRANSFER_ITEMS) $(ENABLE_DETAILS_ELEMENT) $(ENABLE_DEVICE_ORIENTATION) $(ENABLE_DOM4_EVENTS_CONSTRUCTOR) $(ENABLE_ENCRYPTED_MEDIA) $(ENABLE_ENCRYPTED_MEDIA_V2) $(ENABLE_FILTERS) $(ENABLE_FONT_LOAD_EVENTS) $(ENABLE_FULLSCREEN_API) $(ENABLE_GAMEPAD) $(ENABLE_GAMEPAD_DEPRECATED) $(ENABLE_GEOLOCATION) $(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING) $(ENABLE_ICONDATABASE) $(ENABLE_SERVICE_CONTROLS) $(ENABLE_INDEXED_DATABASE) $(ENABLE_INDEXED_DATABASE_IN_WORKERS) $(ENABLE_INDIE_UI) $(ENABLE_INPUT_TYPE_COLOR) $(ENABLE_INPUT_TYPE_COLOR_POPOVER) $(ENABLE_INPUT_TYPE_DATE) $(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE) $(ENABLE_INPUT_TYPE_DATETIMELOCAL) $(ENABLE_INPUT_TYPE_MONTH) $(ENABLE_INPUT_TYPE_TIME) $(ENABLE_INPUT_TYPE_WEEK) $(ENABLE_INSPECTOR) $(ENABLE_IOS_AIRPLAY) $(ENABLE_IOS_GESTURE_EVENTS) $(ENABLE_IOS_TEXT_AUTOSIZING) $(ENABLE_IOS_TOUCH_EVENTS) $(ENABLE_LEGACY_CSS_VENDOR_PREFIXES) $(ENABLE_LEGACY_NOTIFICATIONS) $(ENABLE_LEGACY_VENDOR_PREFIXES) $(ENABLE_LEGACY_WEB_AUDIO) $(ENABLE_LETTERPRESS) $(ENABLE_LINK_PREFETCH) $(ENABLE_MATHML) $(ENABLE_MEDIA_CONTROLS_SCRIPT) $(ENABLE_MEDIA_SOURCE) $(ENABLE_MEDIA_STATISTICS) $(ENABLE_METER_ELEMENT) $(ENABLE_MHTML) $(ENABLE_MOUSE_CURSOR_SCALE) $(ENABLE_NAVIGATOR_CONTENT_UTILS) $(ENABLE_NAVIGATOR_HWCONCURRENCY) $(ENABLE_NOTIFICATIONS) $(ENABLE_PDFKIT_PLUGIN) $(ENABLE_POINTER_LOCK) $(ENABLE_PROMISES) $(ENABLE_PROXIMITY_EVENTS) $(ENABLE_PUBLIC_SUFFIX_LIST) $(ENABLE_QUOTA) $(ENABLE_REQUEST_ANIMATION_FRAME) $(ENABLE_REMOTE_INSPECTOR) $(ENABLE_RESOLUTION_MEDIA_QUERY) $(ENABLE_RUBBER_BANDING) $(ENABLE_SHARED_WORKERS) $(ENABLE_CSS_SCROLL_SNAP) $(ENABLE_SPEECH_SYNTHESIS) $(ENABLE_SQL_DATABASE) $(ENABLE_SUBTLE_CRYPTO) $(ENABLE_SVG_FONTS) $(ENABLE_TELEPHONE_NUMBER_DETECTION) $(ENABLE_TEMPLATE_ELEMENT) $(ENABLE_TEXT_AUTOSIZING) $(ENABLE_TOUCH_EVENTS) $(ENABLE_TOUCH_ICON_LOADING) $(ENABLE_USERSELECT_ALL) $(ENABLE_VIDEO) $(ENABLE_VIDEO_TRACK) $(ENABLE_DATACUE_VALUE) $(ENABLE_VIEW_MODE_CSS_MEDIA) $(ENABLE_WEBGL) $(ENABLE_WEB_AUDIO) $(ENABLE_WEB_REPLAY) $(ENABLE_WEB_SOCKETS) $(ENABLE_PICTURE_SIZES) $(ENABLE_WEB_TIMING) $(ENABLE_WEBVTT_REGIONS) $(ENABLE_XHR_TIMEOUT) $(ENABLE_XSLT) $(ENABLE_FTL_JIT) $(ENABLE_LLINT_C_LOOP) $(ENABLE_SATURATED_LAYOUT_ARITHMETIC) $(FEATURE_DEFINES_$(PLATFORM_NAME));
</del><ins>+FEATURE_DEFINES = $(ENABLE_3D_RENDERING) $(ENABLE_ACCELERATED_2D_CANVAS) $(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) $(ENABLE_AVF_CAPTIONS) $(ENABLE_CACHE_PARTITIONING) $(ENABLE_CANVAS_PATH) $(ENABLE_CANVAS_PROXY) $(ENABLE_CHANNEL_MESSAGING) $(ENABLE_CONTENT_FILTERING) $(ENABLE_CSP_NEXT) $(ENABLE_CSS_BOX_DECORATION_BREAK) $(ENABLE_CSS_COMPOSITING) $(ENABLE_CSS_DEVICE_ADAPTATION) $(ENABLE_CSS_GRID_LAYOUT) $(ENABLE_CSS_IMAGE_ORIENTATION) $(ENABLE_CSS_IMAGE_RESOLUTION) $(ENABLE_CSS_REGIONS) $(ENABLE_CSS_SELECTORS_LEVEL4) $(ENABLE_CSS_SHAPES) $(ENABLE_CSS3_CONDITIONAL_RULES) $(ENABLE_CSS3_TEXT) $(ENABLE_CSS3_TEXT_LINE_BREAK) $(ENABLE_CURSOR_VISIBILITY) $(ENABLE_CUSTOM_SCHEME_HANDLER) $(ENABLE_DASHBOARD_SUPPORT) $(ENABLE_DATALIST_ELEMENT) $(ENABLE_DATA_TRANSFER_ITEMS) $(ENABLE_DETAILS_ELEMENT) $(ENABLE_DEVICE_ORIENTATION) $(ENABLE_DOM4_EVENTS_CONSTRUCTOR) $(ENABLE_ENCRYPTED_MEDIA) $(ENABLE_ENCRYPTED_MEDIA_V2) $(ENABLE_FONT_LOAD_EVENTS) $(ENABLE_FULLSCREEN_API) $(ENABLE_GAMEPAD) $(ENABLE_GAMEPAD_DEPRECATED) $(ENABLE_GEOLOCATION) $(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING) $(ENABLE_ICONDATABASE) $(ENABLE_SERVICE_CONTROLS) $(ENABLE_INDEXED_DATABASE) $(ENABLE_INDEXED_DATABASE_IN_WORKERS) $(ENABLE_INDIE_UI) $(ENABLE_INPUT_TYPE_COLOR) $(ENABLE_INPUT_TYPE_COLOR_POPOVER) $(ENABLE_INPUT_TYPE_DATE) $(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE) $(ENABLE_INPUT_TYPE_DATETIMELOCAL) $(ENABLE_INPUT_TYPE_MONTH) $(ENABLE_INPUT_TYPE_TIME) $(ENABLE_INPUT_TYPE_WEEK) $(ENABLE_INSPECTOR) $(ENABLE_IOS_AIRPLAY) $(ENABLE_IOS_GESTURE_EVENTS) $(ENABLE_IOS_TEXT_AUTOSIZING) $(ENABLE_IOS_TOUCH_EVENTS) $(ENABLE_LEGACY_CSS_VENDOR_PREFIXES) $(ENABLE_LEGACY_NOTIFICATIONS) $(ENABLE_LEGACY_VENDOR_PREFIXES) $(ENABLE_LEGACY_WEB_AUDIO) $(ENABLE_LETTERPRESS) $(ENABLE_LINK_PREFETCH) $(ENABLE_MATHML) $(ENABLE_MEDIA_CONTROLS_SCRIPT) $(ENABLE_MEDIA_SOURCE) $(ENABLE_MEDIA_STATISTICS) $(ENABLE_METER_ELEMENT) $(ENABLE_MHTML) $(ENABLE_MOUSE_CURSOR_SCALE) $(ENABLE_NAVIGATOR_CONTENT_UTILS) $(ENABLE_NAVIGATOR_HWCONCURRENCY) $(ENABLE_NOTIFICATIONS) $(ENABLE_PDFKIT_PLUGIN) $(ENABLE_POINTER_LOCK) $(ENABLE_PROMISES) $(ENABLE_PROXIMITY_EVENTS) $(ENABLE_PUBLIC_SUFFIX_LIST) $(ENABLE_QUOTA) $(ENABLE_REQUEST_ANIMATION_FRAME) $(ENABLE_REMOTE_INSPECTOR) $(ENABLE_RESOLUTION_MEDIA_QUERY) $(ENABLE_RUBBER_BANDING) $(ENABLE_SHARED_WORKERS) $(ENABLE_CSS_SCROLL_SNAP) $(ENABLE_SPEECH_SYNTHESIS) $(ENABLE_SQL_DATABASE) $(ENABLE_SUBTLE_CRYPTO) $(ENABLE_SVG_FONTS) $(ENABLE_TELEPHONE_NUMBER_DETECTION) $(ENABLE_TEMPLATE_ELEMENT) $(ENABLE_TEXT_AUTOSIZING) $(ENABLE_TOUCH_EVENTS) $(ENABLE_TOUCH_ICON_LOADING) $(ENABLE_USERSELECT_ALL) $(ENABLE_VIDEO) $(ENABLE_VIDEO_TRACK) $(ENABLE_DATACUE_VALUE) $(ENABLE_VIEW_MODE_CSS_MEDIA) $(ENABLE_WEBGL) $(ENABLE_WEB_AUDIO) $(ENABLE_WEB_REPLAY) $(ENABLE_WEB_SOCKETS) $(ENABLE_PICTURE_SIZES) $(ENABLE_WEB_TIMING) $(ENABLE_WEBVTT_REGIONS) $(ENABLE_XHR_TIMEOUT) $(ENABLE_XSLT) $(ENABLE_FTL_JIT) $(ENABLE_LLINT_C_LOOP) $(ENABLE_SATURATED_LAYOUT_ARITHMETIC) $(FEATURE_DEFINES_$(PLATFORM_NAME));
</ins></span></pre></div>
<a id="trunkSourcecmakeOptionsEflcmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/cmake/OptionsEfl.cmake (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/cmake/OptionsEfl.cmake        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/cmake/OptionsEfl.cmake        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -81,7 +81,6 @@
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_DRAG_SUPPORT ON)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ENCRYPTED_MEDIA OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ENCRYPTED_MEDIA_V2 ON)
</span><del>-WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FILTERS ON)
</del><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FULLSCREEN_API ON)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GAMEPAD OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GAMEPAD_DEPRECATED ON)
</span></span></pre></div>
<a id="trunkSourcecmakeOptionsGTKcmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/cmake/OptionsGTK.cmake (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/cmake/OptionsGTK.cmake        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/cmake/OptionsGTK.cmake        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -120,7 +120,6 @@
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_DRAG_SUPPORT ON)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ENCRYPTED_MEDIA OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ENCRYPTED_MEDIA_V2 OFF)
</span><del>-WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FILTERS ON)
</del><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FTPDIR OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FULLSCREEN_API ON)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GAMEPAD OFF)
</span></span></pre></div>
<a id="trunkSourcecmakeOptionsMaccmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/cmake/OptionsMac.cmake (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/cmake/OptionsMac.cmake        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/cmake/OptionsMac.cmake        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -50,7 +50,6 @@
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ENCRYPTED_MEDIA_V2_macosx_1080 OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ENCRYPTED_MEDIA_V2_macosx_1090 ON)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ENCRYPTED_MEDIA_V2_macosx_101000 ON)
</span><del>-WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FILTERS ON)
</del><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FONT_LOAD_EVENTS OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FULLSCREEN_API ON)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FULLSCREEN_API_macosx ON)
</span></span></pre></div>
<a id="trunkSourcecmakeWebKitFeaturescmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/cmake/WebKitFeatures.cmake (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/cmake/WebKitFeatures.cmake        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/cmake/WebKitFeatures.cmake        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -56,7 +56,6 @@
</span><span class="cx">     WEBKIT_OPTION_DEFINE(ENABLE_DRAG_SUPPORT &quot;Toggle Drag Support&quot; OFF)
</span><span class="cx">     WEBKIT_OPTION_DEFINE(ENABLE_ENCRYPTED_MEDIA &quot;Toggle EME support&quot; OFF)
</span><span class="cx">     WEBKIT_OPTION_DEFINE(ENABLE_ENCRYPTED_MEDIA_V2 &quot;Support EME v2&quot; OFF)
</span><del>-    WEBKIT_OPTION_DEFINE(ENABLE_FILTERS &quot;Toggle SVG Filters support&quot; OFF)
</del><span class="cx">     WEBKIT_OPTION_DEFINE(ENABLE_FONT_LOAD_EVENTS &quot;Toggle Font Load Events support&quot; OFF)
</span><span class="cx">     WEBKIT_OPTION_DEFINE(ENABLE_FTL_JIT &quot;Toggle FTL support for JSC&quot; OFF)
</span><span class="cx">     WEBKIT_OPTION_DEFINE(ENABLE_FTPDIR &quot;Toggle FTP directory support&quot; ON)
</span></span></pre></div>
<a id="trunkSourcecmakeconfighcmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/cmakeconfig.h.cmake (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/cmakeconfig.h.cmake        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Source/cmakeconfig.h.cmake        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -43,7 +43,6 @@
</span><span class="cx"> #cmakedefine01 ENABLE_ENCRYPTED_MEDIA
</span><span class="cx"> #cmakedefine01 ENABLE_ENCRYPTED_MEDIA_V2
</span><span class="cx"> #cmakedefine01 ENABLE_EVENT_MODE_METATAGS
</span><del>-#cmakedefine01 ENABLE_FILTERS
</del><span class="cx"> #cmakedefine01 ENABLE_FIXED_REPORTED_SIZE
</span><span class="cx"> #cmakedefine01 ENABLE_FTPDIR
</span><span class="cx"> #cmakedefine01 ENABLE_FTL_JIT
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Tools/ChangeLog        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-09-08  Eva Balazsfalvi  &lt;evab.u-szeged@partner.samsung.com&gt;
+
+        Remove FILTERS flag
+        https://bugs.webkit.org/show_bug.cgi?id=136571
+
+        Reviewed by Darin Adler.
+
+        * Scripts/webkitperl/FeatureList.pm:
+
</ins><span class="cx"> 2014-09-08  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Dashboard metrics should ignore commits that didn't trigger builds
</span></span></pre></div>
<a id="trunkToolsScriptswebkitperlFeatureListpm"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitperl/FeatureList.pm        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -55,7 +55,6 @@
</span><span class="cx">     $css4ImagesSupport,
</span><span class="cx">     $cssBoxDecorationBreakSupport,
</span><span class="cx">     $cssDeviceAdaptation,
</span><del>-    $cssFiltersSupport,
</del><span class="cx">     $cssGridLayoutSupport,
</span><span class="cx">     $cssImageOrientationSupport,
</span><span class="cx">     $cssImageResolutionSupport,
</span><span class="lines">@@ -71,7 +70,6 @@
</span><span class="cx">     $directoryUploadSupport,
</span><span class="cx">     $dom4EventsConstructor,
</span><span class="cx">     $downloadAttributeSupport,
</span><del>-    $filtersSupport,
</del><span class="cx">     $fontLoadEventsSupport,
</span><span class="cx">     $ftpDirSupport,
</span><span class="cx">     $fullscreenAPISupport,
</span><span class="lines">@@ -229,9 +227,6 @@
</span><span class="cx">     { option =&gt; &quot;download-attribute&quot;, desc =&gt; &quot;Toggle Download Attribute support&quot;,
</span><span class="cx">       define =&gt; &quot;ENABLE_DOWNLOAD_ATTRIBUTE&quot;, default =&gt; isEfl(), value =&gt; \$downloadAttributeSupport },
</span><span class="cx"> 
</span><del>-    { option =&gt; &quot;filters&quot;, desc =&gt; &quot;Toggle Filters support&quot;,
-      define =&gt; &quot;ENABLE_FILTERS&quot;, default =&gt; (isAppleWebKit() || isIOSWebKit() || isGtk() || isEfl()), value =&gt; \$filtersSupport },
-
</del><span class="cx">     { option =&gt; &quot;font-load-events&quot;, desc =&gt; &quot;Toggle Font Load Events support&quot;,
</span><span class="cx">       define =&gt; &quot;ENABLE_FONT_LOAD_EVENTS&quot;, default =&gt; 0, value =&gt; \$fontLoadEventsSupport },
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkWebKitLibrariesChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/WebKitLibraries/ChangeLog (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/WebKitLibraries/ChangeLog        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/WebKitLibraries/ChangeLog        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2014-09-08  Eva Balazsfalvi  &lt;evab.u-szeged@partner.samsung.com&gt;
+
+        Remove FILTERS flag
+        https://bugs.webkit.org/show_bug.cgi?id=136571
+
+        Reviewed by Darin Adler.
+
+        * win/tools/vsprops/FeatureDefines.props:
+        * win/tools/vsprops/FeatureDefinesCairo.props:
+
</ins><span class="cx"> 2014-09-04  Eva Balazsfalvi  &lt;evab.u-szeged@partner.samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove CSS_FILTERS flag
</span></span></pre></div>
<a id="trunkWebKitLibrarieswintoolsvspropsFeatureDefinesprops"></a>
<div class="modfile"><h4>Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.props (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.props        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.props        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx">     &lt;ENABLE_DEVICE_ORIENTATION /&gt;
</span><span class="cx">     &lt;ENABLE_DIRECTORY_UPLOAD /&gt;
</span><span class="cx">     &lt;ENABLE_FILE_SYSTEM /&gt;
</span><del>-    &lt;ENABLE_FILTERS&gt;ENABLE_FILTERS&lt;/ENABLE_FILTERS&gt;
</del><span class="cx">     &lt;ENABLE_FULLSCREEN_API&gt;ENABLE_FULLSCREEN_API&lt;/ENABLE_FULLSCREEN_API&gt;
</span><span class="cx">     &lt;ENABLE_GAMEPAD /&gt;
</span><span class="cx">     &lt;ENABLE_GEOLOCATION&gt;ENABLE_GEOLOCATION&lt;/ENABLE_GEOLOCATION&gt;
</span><span class="lines">@@ -88,7 +87,7 @@
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup&gt;
</span><span class="cx">     &lt;ClCompile&gt;
</span><del>-&lt;PreprocessorDefinitions&gt;$(ENABLE_CSP_NEXT);$(ENABLE_PROMISES);$(ENABLE_REQUEST_ANIMATION_FRAME);$(ENABLE_3D_RENDERING);$(ENABLE_ACCELERATED_2D_CANVAS);$(ENABLE_ACCELERATED_OVERFLOW_SCROLLING);$(ENABLE_CANVAS_PATH);$(ENABLE_CANVAS_PROXY);$(ENABLE_CHANNEL_MESSAGING);$(ENABLE_CSS3_CONDITIONAL_RULES);$(ENABLE_CSS_IMAGE_SET);$(ENABLE_CSS3_TEXT);$(ENABLE_CSS_BOX_DECORATION_BREAK);$(ENABLE_CSS_GRID_LAYOUT);$(ENABLE_CSS_SHADERS);$(ENABLE_CSS_COMPOSITING);$(ENABLE_CSS_REGIONS);$(ENABLE_CSS_SELECTORS_LEVEL4);$(ENABLE_CSS_SHAPES);$(ENABLE_CSS_SHAPE_INSIDE);$(ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED);$(ENABLE_CUSTOM_SCHEME_HANDLER);$(ENABLE_DATAGRID);$(ENABLE_DATALIST_ELEMENT);$(ENABLE_DATA_TRANSFER_ITEMS);$(ENABLE_DETAILS_ELEMENT);$(ENABLE_DEVICE_ORIENTATION);$(ENABLE_DIRECTORY_UPLOAD);$(ENABLE_FILTERS);$(ENABLE_FILE_SYSTEM);$(ENABLE_FULLSCREEN_API);$(ENABLE_GAMEPAD);$(ENABLE_GEOLOCATION);$(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING);$(ENABLE_HIGH_DPI_CANVAS);$(ENABLE_ICONDATABASE);$(ENABLE_INDEXED_DATABASE);$(ENABLE_INPUT_TYPE_COLOR);$(ENABLE_INPUT_SPEECH);$(ENABLE_INPUT_TYPE_DATE);$(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE);$(ENABLE_INPUT_TYPE_DATETIMELOCAL);$(ENABLE_INPUT_TYPE_MONTH);$(ENABLE_INPUT_TYPE_TIME);$(ENABLE_INPUT_TYPE_WEEK);$(ENABLE_LEGACY_CSS_VENDOR_PREFIXES);$(ENABLE_LEGACY_NOTIFICATIONS);$(ENABLE_LINK_PREFETCH);$(ENABLE_LINK_PRERENDER);$(ENABLE_MATHML);$(ENABLE_METER_ELEMENT);$(ENABLE_MICRODATA);$(ENABLE_MOUSE_CURSOR_SCALE);$(ENABLE_NOTIFICATIONS);$(ENABLE_PROXIMITY_EVENTS);$(ENABLE_QUOTA);$(ENABLE_NAVIGATOR_CONTENT_UTILS);$(ENABLE_SCRIPTED_SPEECH);$(ENABLE_SHADOW_DOM);$(ENABLE_SHARED_WORKERS);$(ENABLE_MEDIA_CONTROLS_SCRIPT);$(ENABLE_MEDIA_SOURCE);$(ENABLE_MEDIA_STATISTICS);$(ENABLE_SQL_DATABASE);$(ENABLE_STYLE_SCOPED);$(ENABLE_SUBPIXEL_LAYOUT);$(ENABLE_SVG);$(ENABLE_SVG_DOM_OBJC_BINDINGS);$(ENABLE_SVG_FONTS);$(ENABLE_TEMPLATE_ELEMENT);$(ENABLE_TEXT_AUTOSIZING);$(ENABLE_VIDEO);$(ENABLE_VIDEO_TRACK);$(ENABLE_VIEW_MODE_CSS_MEDIA);$(ENABLE_WEB_AUDIO);$(ENABLE_WEB_SOCKETS);$(ENABLE_WEB_TIMING);$(ENABLE_WEBVTT_REGIONS);$(ENABLE_XHR_TIMEOUT);$(ENABLE_XSLT);%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
</del><ins>+&lt;PreprocessorDefinitions&gt;$(ENABLE_CSP_NEXT);$(ENABLE_PROMISES);$(ENABLE_REQUEST_ANIMATION_FRAME);$(ENABLE_3D_RENDERING);$(ENABLE_ACCELERATED_2D_CANVAS);$(ENABLE_ACCELERATED_OVERFLOW_SCROLLING);$(ENABLE_CANVAS_PATH);$(ENABLE_CANVAS_PROXY);$(ENABLE_CHANNEL_MESSAGING);$(ENABLE_CSS3_CONDITIONAL_RULES);$(ENABLE_CSS_IMAGE_SET);$(ENABLE_CSS3_TEXT);$(ENABLE_CSS_BOX_DECORATION_BREAK);$(ENABLE_CSS_GRID_LAYOUT);$(ENABLE_CSS_SHADERS);$(ENABLE_CSS_COMPOSITING);$(ENABLE_CSS_REGIONS);$(ENABLE_CSS_SELECTORS_LEVEL4);$(ENABLE_CSS_SHAPES);$(ENABLE_CSS_SHAPE_INSIDE);$(ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED);$(ENABLE_CUSTOM_SCHEME_HANDLER);$(ENABLE_DATAGRID);$(ENABLE_DATALIST_ELEMENT);$(ENABLE_DATA_TRANSFER_ITEMS);$(ENABLE_DETAILS_ELEMENT);$(ENABLE_DEVICE_ORIENTATION);$(ENABLE_DIRECTORY_UPLOAD);$(ENABLE_FILE_SYSTEM);$(ENABLE_FULLSCREEN_API);$(ENABLE_GAMEPAD);$(ENABLE_GEOLOCATION);$(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING);$(ENABLE_HIGH_DPI_CANVAS);$(ENABLE_ICONDATABASE);$(ENABLE_INDEXED_DATABASE);$(ENABLE_INPUT_TYPE_COLOR);$(ENABLE_INPUT_SPEECH);$(ENABLE_INPUT_TYPE_DATE);$(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE);$(ENABLE_INPUT_TYPE_DATETIMELOCAL);$(ENABLE_INPUT_TYPE_MONTH);$(ENABLE_INPUT_TYPE_TIME);$(ENABLE_INPUT_TYPE_WEEK);$(ENABLE_LEGACY_CSS_VENDOR_PREFIXES);$(ENABLE_LEGACY_NOTIFICATIONS);$(ENABLE_LINK_PREFETCH);$(ENABLE_LINK_PRERENDER);$(ENABLE_MATHML);$(ENABLE_METER_ELEMENT);$(ENABLE_MICRODATA);$(ENABLE_MOUSE_CURSOR_SCALE);$(ENABLE_NOTIFICATIONS);$(ENABLE_PROXIMITY_EVENTS);$(ENABLE_QUOTA);$(ENABLE_NAVIGATOR_CONTENT_UTILS);$(ENABLE_SCRIPTED_SPEECH);$(ENABLE_SHADOW_DOM);$(ENABLE_SHARED_WORKERS);$(ENABLE_MEDIA_CONTROLS_SCRIPT);$(ENABLE_MEDIA_SOURCE);$(ENABLE_MEDIA_STATISTICS);$(ENABLE_SQL_DATABASE);$(ENABLE_STYLE_SCOPED);$(ENABLE_SUBPIXEL_LAYOUT);$(ENABLE_SVG);$(ENABLE_SVG_DOM_OBJC_BINDINGS);$(ENABLE_SVG_FONTS);$(ENABLE_TEMPLATE_ELEMENT);$(ENABLE_TEXT_AUTOSIZING);$(ENABLE_VIDEO);$(ENABLE_VIDEO_TRACK);$(ENABLE_VIEW_MODE_CSS_MEDIA);$(ENABLE_WEB_AUDIO);$(ENABLE_WEB_SOCKETS);$(ENABLE_WEB_TIMING);$(ENABLE_WEBVTT_REGIONS);$(ENABLE_XHR_TIMEOUT);$(ENABLE_XSLT);%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
</ins><span class="cx">     &lt;/ClCompile&gt;
</span><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="lines">@@ -200,10 +199,6 @@
</span><span class="cx">       &lt;Value&gt;$(ENABLE_FILE_SYSTEM)&lt;/Value&gt;
</span><span class="cx">       &lt;EnvironmentVariable&gt;true&lt;/EnvironmentVariable&gt;
</span><span class="cx">     &lt;/BuildMacro&gt;
</span><del>-    &lt;BuildMacro Include=&quot;ENABLE_FILTERS&quot;&gt;
-      &lt;Value&gt;$(ENABLE_FILTERS)&lt;/Value&gt;
-      &lt;EnvironmentVariable&gt;true&lt;/EnvironmentVariable&gt;
-    &lt;/BuildMacro&gt;
</del><span class="cx">     &lt;BuildMacro Include=&quot;ENABLE_FULLSCREEN_API&quot;&gt;
</span><span class="cx">       &lt;Value&gt;$(ENABLE_FULLSCREEN_API)&lt;/Value&gt;
</span><span class="cx">       &lt;EnvironmentVariable&gt;true&lt;/EnvironmentVariable&gt;
</span></span></pre></div>
<a id="trunkWebKitLibrarieswintoolsvspropsFeatureDefinesCairoprops"></a>
<div class="modfile"><h4>Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.props (173396 => 173397)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.props        2014-09-08 20:36:21 UTC (rev 173396)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.props        2014-09-08 20:51:39 UTC (rev 173397)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx">     &lt;ENABLE_DEVICE_ORIENTATION /&gt;
</span><span class="cx">     &lt;ENABLE_DIRECTORY_UPLOAD /&gt;
</span><span class="cx">     &lt;ENABLE_FILE_SYSTEM /&gt;
</span><del>-    &lt;ENABLE_FILTERS&gt;ENABLE_FILTERS&lt;/ENABLE_FILTERS&gt;
</del><span class="cx">     &lt;ENABLE_FULLSCREEN_API&gt;ENABLE_FULLSCREEN_API&lt;/ENABLE_FULLSCREEN_API&gt;
</span><span class="cx">     &lt;ENABLE_GAMEPAD /&gt;
</span><span class="cx">     &lt;ENABLE_GEOLOCATION&gt;ENABLE_GEOLOCATION&lt;/ENABLE_GEOLOCATION&gt;
</span><span class="lines">@@ -87,7 +86,7 @@
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><span class="cx">   &lt;ItemDefinitionGroup&gt;
</span><span class="cx">     &lt;ClCompile&gt;
</span><del>-&lt;PreprocessorDefinitions&gt;$(ENABLE_CSP_NEXT);$(ENABLE_PROMISES);$(ENABLE_REQUEST_ANIMATION_FRAME);$(ENABLE_3D_RENDERING);$(ENABLE_ACCELERATED_2D_CANVAS);$(ENABLE_ACCELERATED_OVERFLOW_SCROLLING);$(ENABLE_CANVAS_PATH);$(ENABLE_CANVAS_PROXY);$(ENABLE_CHANNEL_MESSAGING);$(ENABLE_CSS3_CONDITIONAL_RULES);$(ENABLE_CSS_IMAGE_SET);$(ENABLE_CSS3_TEXT);$(ENABLE_CSS_BOX_DECORATION_BREAK);$(ENABLE_CSS_GRID_LAYOUT);$(ENABLE_CSS_SHADERS);$(ENABLE_CSS_COMPOSITING);$(ENABLE_CSS_REGIONS);$(ENABLE_CSS_SHAPES);$(ENABLE_CSS_SHAPE_INSIDE);$(ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED);$(ENABLE_CUSTOM_SCHEME_HANDLER);$(ENABLE_DATAGRID);$(ENABLE_DATALIST_ELEMENT);$(ENABLE_DATA_TRANSFER_ITEMS);$(ENABLE_DETAILS_ELEMENT);$(ENABLE_DEVICE_ORIENTATION);$(ENABLE_DIRECTORY_UPLOAD);$(ENABLE_FILTERS);$(ENABLE_FILE_SYSTEM);$(ENABLE_FULLSCREEN_API);$(ENABLE_GAMEPAD);$(ENABLE_GEOLOCATION);$(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING);$(ENABLE_HIGH_DPI_CANVAS);$(ENABLE_ICONDATABASE);$(ENABLE_INDEXED_DATABASE);$(ENABLE_INPUT_TYPE_COLOR);$(ENABLE_INPUT_SPEECH);$(ENABLE_INPUT_TYPE_DATE);$(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE);$(ENABLE_INPUT_TYPE_DATETIMELOCAL);$(ENABLE_INPUT_TYPE_MONTH);$(ENABLE_INPUT_TYPE_TIME);$(ENABLE_INPUT_TYPE_WEEK);$(ENABLE_LEGACY_CSS_VENDOR_PREFIXES);$(ENABLE_LEGACY_NOTIFICATIONS);$(ENABLE_LINK_PREFETCH);$(ENABLE_LINK_PRERENDER);$(ENABLE_MATHML);$(ENABLE_METER_ELEMENT);$(ENABLE_MICRODATA);$(ENABLE_MOUSE_CURSOR_SCALE);$(ENABLE_NOTIFICATIONS);$(ENABLE_PROXIMITY_EVENTS);$(ENABLE_QUOTA);$(ENABLE_NAVIGATOR_CONTENT_UTILS);$(ENABLE_SCRIPTED_SPEECH);$(ENABLE_SHADOW_DOM);$(ENABLE_SHARED_WORKERS);$(ENABLE_MEDIA_CONTROLS_SCRIPT);$(ENABLE_MEDIA_SOURCE);$(ENABLE_MEDIA_STATISTICS);$(ENABLE_SQL_DATABASE);$(ENABLE_STYLE_SCOPED);$(ENABLE_SUBPIXEL_LAYOUT);$(ENABLE_SVG);$(ENABLE_SVG_DOM_OBJC_BINDINGS);$(ENABLE_SVG_FONTS);$(ENABLE_TEMPLATE_ELEMENT);$(ENABLE_TEXT_AUTOSIZING);$(ENABLE_VIDEO);$(ENABLE_VIDEO_TRACK);$(ENABLE_VIEW_MODE_CSS_MEDIA);$(ENABLE_WEB_AUDIO);$(ENABLE_WEB_SOCKETS);$(ENABLE_WEB_TIMING);$(ENABLE_WEBVTT_REGIONS);$(ENABLE_XHR_TIMEOUT);$(ENABLE_XSLT);%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
</del><ins>+&lt;PreprocessorDefinitions&gt;$(ENABLE_CSP_NEXT);$(ENABLE_PROMISES);$(ENABLE_REQUEST_ANIMATION_FRAME);$(ENABLE_3D_RENDERING);$(ENABLE_ACCELERATED_2D_CANVAS);$(ENABLE_ACCELERATED_OVERFLOW_SCROLLING);$(ENABLE_CANVAS_PATH);$(ENABLE_CANVAS_PROXY);$(ENABLE_CHANNEL_MESSAGING);$(ENABLE_CSS3_CONDITIONAL_RULES);$(ENABLE_CSS_IMAGE_SET);$(ENABLE_CSS3_TEXT);$(ENABLE_CSS_BOX_DECORATION_BREAK);$(ENABLE_CSS_GRID_LAYOUT);$(ENABLE_CSS_SHADERS);$(ENABLE_CSS_COMPOSITING);$(ENABLE_CSS_REGIONS);$(ENABLE_CSS_SHAPES);$(ENABLE_CSS_SHAPE_INSIDE);$(ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED);$(ENABLE_CUSTOM_SCHEME_HANDLER);$(ENABLE_DATAGRID);$(ENABLE_DATALIST_ELEMENT);$(ENABLE_DATA_TRANSFER_ITEMS);$(ENABLE_DETAILS_ELEMENT);$(ENABLE_DEVICE_ORIENTATION);$(ENABLE_DIRECTORY_UPLOAD);$(ENABLE_FILE_SYSTEM);$(ENABLE_FULLSCREEN_API);$(ENABLE_GAMEPAD);$(ENABLE_GEOLOCATION);$(ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING);$(ENABLE_HIGH_DPI_CANVAS);$(ENABLE_ICONDATABASE);$(ENABLE_INDEXED_DATABASE);$(ENABLE_INPUT_TYPE_COLOR);$(ENABLE_INPUT_SPEECH);$(ENABLE_INPUT_TYPE_DATE);$(ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE);$(ENABLE_INPUT_TYPE_DATETIMELOCAL);$(ENABLE_INPUT_TYPE_MONTH);$(ENABLE_INPUT_TYPE_TIME);$(ENABLE_INPUT_TYPE_WEEK);$(ENABLE_LEGACY_CSS_VENDOR_PREFIXES);$(ENABLE_LEGACY_NOTIFICATIONS);$(ENABLE_LINK_PREFETCH);$(ENABLE_LINK_PRERENDER);$(ENABLE_MATHML);$(ENABLE_METER_ELEMENT);$(ENABLE_MICRODATA);$(ENABLE_MOUSE_CURSOR_SCALE);$(ENABLE_NOTIFICATIONS);$(ENABLE_PROXIMITY_EVENTS);$(ENABLE_QUOTA);$(ENABLE_NAVIGATOR_CONTENT_UTILS);$(ENABLE_SCRIPTED_SPEECH);$(ENABLE_SHADOW_DOM);$(ENABLE_SHARED_WORKERS);$(ENABLE_MEDIA_CONTROLS_SCRIPT);$(ENABLE_MEDIA_SOURCE);$(ENABLE_MEDIA_STATISTICS);$(ENABLE_SQL_DATABASE);$(ENABLE_STYLE_SCOPED);$(ENABLE_SUBPIXEL_LAYOUT);$(ENABLE_SVG);$(ENABLE_SVG_DOM_OBJC_BINDINGS);$(ENABLE_SVG_FONTS);$(ENABLE_TEMPLATE_ELEMENT);$(ENABLE_TEXT_AUTOSIZING);$(ENABLE_VIDEO);$(ENABLE_VIDEO_TRACK);$(ENABLE_VIEW_MODE_CSS_MEDIA);$(ENABLE_WEB_AUDIO);$(ENABLE_WEB_SOCKETS);$(ENABLE_WEB_TIMING);$(ENABLE_WEBVTT_REGIONS);$(ENABLE_XHR_TIMEOUT);$(ENABLE_XSLT);%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
</ins><span class="cx">     &lt;/ClCompile&gt;
</span><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="lines">@@ -195,10 +194,6 @@
</span><span class="cx">       &lt;Value&gt;$(ENABLE_FILE_SYSTEM)&lt;/Value&gt;
</span><span class="cx">       &lt;EnvironmentVariable&gt;true&lt;/EnvironmentVariable&gt;
</span><span class="cx">     &lt;/BuildMacro&gt;
</span><del>-    &lt;BuildMacro Include=&quot;ENABLE_FILTERS&quot;&gt;
-      &lt;Value&gt;$(ENABLE_FILTERS)&lt;/Value&gt;
-      &lt;EnvironmentVariable&gt;true&lt;/EnvironmentVariable&gt;
-    &lt;/BuildMacro&gt;
</del><span class="cx">     &lt;BuildMacro Include=&quot;ENABLE_FULLSCREEN_API&quot;&gt;
</span><span class="cx">       &lt;Value&gt;$(ENABLE_FULLSCREEN_API)&lt;/Value&gt;
</span><span class="cx">       &lt;EnvironmentVariable&gt;true&lt;/EnvironmentVariable&gt;
</span></span></pre>
</div>
</div>

</body>
</html>