| Index: third_party/WebKit/Source/core/html/FormAssociatedElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/FormAssociatedElement.cpp b/third_party/WebKit/Source/core/html/FormAssociatedElement.cpp
|
| index d98ae0a153db67633229202f8d699ad27d6fb2da..2f1b3f9f399f6d2471a139dfa85b56c7aa9084d0 100644
|
| --- a/third_party/WebKit/Source/core/html/FormAssociatedElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/FormAssociatedElement.cpp
|
| @@ -96,7 +96,7 @@ void FormAssociatedElement::insertedInto(ContainerNode* insertionPoint)
|
| resetFormAttributeTargetObserver();
|
| }
|
|
|
| -void FormAssociatedElement::removedFrom(ContainerNode* insertionPoint)
|
| +void FormAssociatedElement::removedFrom(ContainerNode* insertionPoint, Node* next)
|
| {
|
| HTMLElement* element = toHTMLElement(this);
|
| if (insertionPoint->inDocument() && element->fastHasAttribute(formAttr)) {
|
|
|