| Index: Source/core/svg/SVGTitleElement.idl
|
| diff --git a/Source/core/svg/SVGTitleElement.idl b/Source/core/svg/SVGTitleElement.idl
|
| index 49af6903ade6dfa8ba1c478f40f9946926b6cd8c..48096ebc69c5805009f41cebb8051080f24ceee2 100644
|
| --- a/Source/core/svg/SVGTitleElement.idl
|
| +++ b/Source/core/svg/SVGTitleElement.idl
|
| @@ -23,9 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGTitleElement : SVGStyledElement,
|
| - SVGLangSpace {
|
| +interface SVGTitleElement : SVGStyledElement,
|
| + SVGLangSpace {
|
| };
|
|
|
|
|