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

Unified Diff: third_party/WebKit/Source/core/dom/Element.cpp

Issue 2167063002: Renamed attach() to attachLayoutTree() in comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: third_party/WebKit/Source/core/dom/Element.cpp
diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
index a186ef98e17009e22ba289c9853ae90f9ed36aa1..9d2d0e45eb3dc2543e010c2ef4a6a85d5b5e42ac 100644
--- a/third_party/WebKit/Source/core/dom/Element.cpp
+++ b/third_party/WebKit/Source/core/dom/Element.cpp
@@ -1584,7 +1584,7 @@ void Element::detach(const AttachContext& context)
ElementRareData* data = elementRareData();
data->clearPseudoElements();
- // attach() will clear the computed style for us when inside recalcStyle.
+ // attachLayoutTree() will clear the computed style for us when inside recalcStyle.
if (!document().inStyleRecalc())
data->clearComputedStyle();

Powered by Google App Engine
This is Rietveld 408576698