summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/svg/SVGPathSegLinetoRel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGPathSegLinetoRel.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGPathSegLinetoRel.idl9
1 files changed, 5 insertions, 4 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGPathSegLinetoRel.idl b/chromium/third_party/WebKit/Source/core/svg/SVGPathSegLinetoRel.idl
index 4d24898faa7..f356c17854a 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGPathSegLinetoRel.idl
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGPathSegLinetoRel.idl
@@ -24,8 +24,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface SVGPathSegLinetoRel : SVGPathSeg {
- [StrictTypeChecking] attribute float x;
- [StrictTypeChecking] attribute float y;
+[
+ TypeChecking=Interface|Nullable,
+] interface SVGPathSegLinetoRel : SVGPathSeg {
+ attribute float x;
+ attribute float y;
};
-