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

Unified Diff: core/svg/SVGElement.idl

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 Created 6 years, 3 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 | « core/svg/SVGAnimatedNumber.idl ('k') | core/svg/SVGFEMorphologyElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGElement.idl
diff --git a/core/svg/SVGElement.idl b/core/svg/SVGElement.idl
index d18904f64126c1e08b4cb815a3abcb6cb18eca56..4ee3be58cb83816ac8061dce03de13f87adf1ff9 100644
--- a/core/svg/SVGElement.idl
+++ b/core/svg/SVGElement.idl
@@ -23,12 +23,12 @@
[
Custom=Wrap,
] interface SVGElement : Element {
- attribute DOMString xmlbase;
- [TypeChecking=Interface|Nullable] readonly attribute SVGSVGElement? ownerSVGElement;
- [TypeChecking=Interface|Nullable] readonly attribute SVGElement? viewportElement;
+ [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 | « core/svg/SVGAnimatedNumber.idl ('k') | core/svg/SVGFEMorphologyElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698