| Index: third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.cpp b/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| index c93cc612f0a7be0ea2266140931737977f133adc..829767bf4164ccd4c2d4276d63ae3759571302e5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| @@ -363,6 +363,7 @@ void HTMLElement::parseAttribute(const QualifiedName& name, const AtomicString&
|
|
|
| if (name == dirAttr) {
|
| dirAttributeChanged(value);
|
| + pseudoStateChanged(CSSSelector::PseudoDir);
|
| } else if (name == langAttr) {
|
| pseudoStateChanged(CSSSelector::PseudoLang);
|
| } else {
|
|
|