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

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

Issue 378343004: Use Reflect on attributes in xml namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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/SVGElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGElement.idl
diff --git a/Source/core/svg/SVGElement.idl b/Source/core/svg/SVGElement.idl
index 3f5a4cb31761f038fc558474f6fb9a07e0532c4e..4ee3be58cb83816ac8061dce03de13f87adf1ff9 100644
--- a/Source/core/svg/SVGElement.idl
+++ b/Source/core/svg/SVGElement.idl
@@ -23,12 +23,12 @@
[
Custom=Wrap,
] interface SVGElement : Element {
- attribute DOMString xmlbase;
+ [Reflect] attribute DOMString xmlbase;
readonly attribute SVGSVGElement? ownerSVGElement;
readonly attribute SVGElement? viewportElement;
- attribute DOMString xmllang;
- attribute DOMString xmlspace;
+ [Reflect] attribute DOMString xmllang;
+ [Reflect] attribute DOMString xmlspace;
[MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className;
« no previous file with comments | « Source/core/svg/SVGElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698