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

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: Draft 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
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/svg/SVGElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)) {
} else if (name == tabindexAttr) {
Element::parseAttribute(name, value);
} else {
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/svg/SVGElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698