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