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