Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.idl

Issue 1509493002: Disallow [Measure] and [MeasureAs] on interfaces without a constructor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.idl b/third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.idl
index d96c3ecfe4b0a0c92d0c1285b64a79219e091462..b1c4c32fdb100855e2936a688115dbdd53dad1c4 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.idl
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.idl
@@ -28,7 +28,6 @@
[
SetWrapperReferenceTo(SVGElement contextElement),
RuntimeEnabled=SVG1DOM,
- MeasureAs=SVG1DOM,
WillBeGarbageCollected,
] interface SVGAnimatedLengthList {
readonly attribute SVGLengthList baseVal;

Powered by Google App Engine