Index: chrome/browser/tab_contents/tab_contents.cc |
diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc |
index 8b5b74c3dd1f71ba883b95a01b1b736739fbf326..7624a672fc9348863abc40361bb5efda7b4b58e6 100644 |
--- a/chrome/browser/tab_contents/tab_contents.cc |
+++ b/chrome/browser/tab_contents/tab_contents.cc |
@@ -3143,6 +3143,7 @@ void TabContents::FocusedNodeChanged(bool is_editable_node) { |
NotificationType::FOCUS_CHANGED_IN_PAGE, |
Source<RenderViewHost>(render_view_host()), |
Details<const bool>(&is_editable_node)); |
+ selected_field_is_editable_ = is_editable_node; |
} |
void TabContents::UpdateZoomLimits(int minimum_percent, |