Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1054)

Unified Diff: Source/core/svg/SVGMatrix.idl

Issue 974453002: Remove [TypeChecking=Unrestricted] use in core/svg/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/SVGLength.idl ('k') | Source/core/svg/SVGNumber.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGMatrix.idl
diff --git a/Source/core/svg/SVGMatrix.idl b/Source/core/svg/SVGMatrix.idl
index ac2fe3c2505b00aa4f853046e4b524c3ad49f435..ee61e7cee8af0d6f43a6ad8d38c920e5ac9c3a03 100644
--- a/Source/core/svg/SVGMatrix.idl
+++ b/Source/core/svg/SVGMatrix.idl
@@ -23,7 +23,7 @@
[
ImplementedAs=SVGMatrixTearOff,
SetWrapperReferenceTo(SVGTransform contextTransform),
- TypeChecking=(Interface, Unrestricted),
+ TypeChecking=Interface,
WillBeGarbageCollected,
] interface SVGMatrix {
// FIXME: these attributes should all be floats but since we implement
« no previous file with comments | « Source/core/svg/SVGLength.idl ('k') | Source/core/svg/SVGNumber.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698