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

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

Issue 138433003: Remove TreatNullAs=NullString for SVGElement.xmlbase (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | « LayoutTests/svg/dom/svg-element-attribute-js-null-expected.txt ('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 b82e95875f447565c224a2b2a12215cfa61da090..311141b15b172504d9feebea737d60193e581139 100644
--- a/Source/core/svg/SVGElement.idl
+++ b/Source/core/svg/SVGElement.idl
@@ -23,7 +23,7 @@
[
Custom=Wrap,
] interface SVGElement : Element {
- [TreatNullAs=NullString] attribute DOMString xmlbase;
+ attribute DOMString xmlbase;
readonly attribute SVGSVGElement ownerSVGElement;
readonly attribute SVGElement viewportElement;
« no previous file with comments | « LayoutTests/svg/dom/svg-element-attribute-js-null-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698