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

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

Issue 1137593002: Remove SVGElement.xmlbase/xmlspace/xmllang and no use codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modify test(3) Created 5 years, 7 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
Index: Source/core/svg/SVGElement.cpp
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
index 0787df738942057b8cc88224d64e0b6174043d3f..2a7a3d87a5275e491cb1c2ccc1e19abca5d91a74 100644
--- a/Source/core/svg/SVGElement.cpp
+++ b/Source/core/svg/SVGElement.cpp
@@ -594,7 +594,6 @@ void SVGElement::parseAttribute(const QualifiedName& name, const AtomicString& v
SVGParsingError parseError = NoError;
m_className->setBaseValueAsString(value, parseError);
reportAttributeParsingError(parseError, name, value);
- } else if (name.matches(XMLNames::langAttr) || name.matches(XMLNames::spaceAttr)) {
philipj_slow 2015/05/08 08:09:24 This isn't really related to removing the IDL attr
} else if (name == tabindexAttr) {
Element::parseAttribute(name, value);
} else {

Powered by Google App Engine
This is Rietveld 408576698