| Index: Source/core/svg/SVGSymbolElement.idl
|
| diff --git a/Source/core/svg/SVGSymbolElement.idl b/Source/core/svg/SVGSymbolElement.idl
|
| index e1386ce8f945a27ed8f73435aea3ebc31712e982..94c9bd68a09c7a7020eba189fe286a7ce85dfcb2 100644
|
| --- a/Source/core/svg/SVGSymbolElement.idl
|
| +++ b/Source/core/svg/SVGSymbolElement.idl
|
| @@ -23,11 +23,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGSymbolElement : SVGStyledElement,
|
| - SVGLangSpace,
|
| - SVGExternalResourcesRequired,
|
| - SVGFitToViewBox {
|
| +interface SVGSymbolElement : SVGStyledElement,
|
| + SVGLangSpace,
|
| + SVGExternalResourcesRequired,
|
| + SVGFitToViewBox {
|
| };
|
|
|
|
|