Index: third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp |
index 04a213f5895fa40158d0a2ba227ba543714106ab..ea279b7b301517626cb8946f32dcc71176238c4c 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp |
@@ -375,7 +375,7 @@ void HTMLTextAreaElement::setValue(const String& value, TextFieldEventBehavior e |
setValueCommon(value, eventBehavior); |
m_isDirty = true; |
if (document().focusedElement() == this) |
- document().frameHost()->chromeClient().didUpdateTextOfFocusedElementByNonUserInput(); |
+ document().frameHost()->chromeClient().didUpdateTextOfFocusedElementByNonUserInput(*document().frame()); |
} |
void HTMLTextAreaElement::setNonDirtyValue(const String& value) |