| Index: Source/core/html/HTMLTextAreaElement.cpp
|
| diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp
|
| index 690a309439f347ee534fdabf79d5cf3985f2e842..06685a7a5bd511035452a7cfa0058873fd39c66c 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.cpp
|
| +++ b/Source/core/html/HTMLTextAreaElement.cpp
|
| @@ -129,7 +129,7 @@ void HTMLTextAreaElement::restoreFormControlState(const FormControlState& state)
|
| setValue(state[0]);
|
| }
|
|
|
| -void HTMLTextAreaElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
|
| +void HTMLTextAreaElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta)
|
| {
|
| HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
|
| setLastChangeWasNotUserEdit();
|
|
|