Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(989)

Unified Diff: Source/core/html/FormAssociatedElement.cpp

Issue 99743004: Merge 163945 "Fix assertion failure in FormAssociatedElement::fo..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1700/
Patch Set: Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/html/HTMLFormElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/FormAssociatedElement.cpp
===================================================================
--- Source/core/html/FormAssociatedElement.cpp (revision 164444)
+++ Source/core/html/FormAssociatedElement.cpp (working copy)
@@ -124,7 +124,6 @@
ASSERT(m_form);
if (toHTMLElement(this)->highestAncestor() == formRoot)
return;
- RefPtr<HTMLElement> protector(toHTMLElement(this));
setForm(0);
}
« no previous file with comments | « no previous file | Source/core/html/HTMLFormElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698