Index: Source/core/html/HTMLElement.cpp |
diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp |
index df16dddeb68edb29aa0b38e9a03112ea188710d0..331159768c66978f3e465f1f12f0ff0f4f7904ae 100644 |
--- a/Source/core/html/HTMLElement.cpp |
+++ b/Source/core/html/HTMLElement.cpp |
@@ -344,7 +344,7 @@ const AtomicString& HTMLElement::eventNameForAttributeName(const QualifiedName& |
void HTMLElement::parseAttribute(const QualifiedName& name, const AtomicString& value) |
{ |
- if (name == tabindexAttr || name == tabstopAttr) |
+ if (name == tabindexAttr) |
return Element::parseAttribute(name, value); |
if (name == dirAttr) { |