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

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

Issue 1466563003: Make [TypeChecking=Interface] the default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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
Index: third_party/WebKit/Source/core/svg/SVGFilterElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGFilterElement.idl b/third_party/WebKit/Source/core/svg/SVGFilterElement.idl
index 09d926005033847fca5b1d5bbf2c1e24e9dd4263..b7997d8602eabeae555e8a6270ede392b786a846 100644
--- a/third_party/WebKit/Source/core/svg/SVGFilterElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGFilterElement.idl
@@ -26,9 +26,7 @@
// http://www.w3.org/TR/filter-effects/#InterfaceSVGFilterElement
-[
- TypeChecking=Interface,
-] interface SVGFilterElement : SVGElement {
+interface SVGFilterElement : SVGElement {
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedEnumeration filterUnits;
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedEnumeration primitiveUnits;
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength x;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimatedNumber.idl ('k') | third_party/WebKit/Source/core/svg/SVGGeometryElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698