| Index: third_party/WebKit/Source/core/dom/Element.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
|
| index 13259a7764698e5722b2f3039907a95099f4b423..75e7dc2bd9c6858f091c7370b8d62719833f01d8 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -1297,7 +1297,6 @@
|
| parseAttribute(params);
|
|
|
| document().incDOMTreeVersion();
|
| - document().notifyChangeAttribute(*this);
|
|
|
| if (name == HTMLNames::idAttr) {
|
| AtomicString oldId = elementData()->idForStyleResolution();
|
|
|