| Index: core/svg/SVGFilterElement.idl
|
| diff --git a/core/svg/SVGFilterElement.idl b/core/svg/SVGFilterElement.idl
|
| index a8250a08cb62bce2b5eb0f0bdda040b4c02cbc09..d982992510b9cd01f23708080e742e1d964902a4 100644
|
| --- a/core/svg/SVGFilterElement.idl
|
| +++ b/core/svg/SVGFilterElement.idl
|
| @@ -21,11 +21,10 @@
|
| * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
| * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGFilterElement : SVGStyledElement,
|
| - SVGLangSpace {
|
| +interface SVGFilterElement : SVGStyledElement {
|
| readonly attribute SVGAnimatedEnumeration filterUnits;
|
| readonly attribute SVGAnimatedEnumeration primitiveUnits;
|
| readonly attribute SVGAnimatedLength x;
|
| @@ -35,7 +34,7 @@ interface SVGFilterElement : SVGStyledElement,
|
| readonly attribute SVGAnimatedInteger filterResX;
|
| readonly attribute SVGAnimatedInteger filterResY;
|
|
|
| - void setFilterRes([Default=Undefined] optional unsigned long filterResX,
|
| + void setFilterRes([Default=Undefined] optional unsigned long filterResX,
|
| [Default=Undefined] optional unsigned long filterResY);
|
| };
|
|
|
|
|