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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp

Issue 2164493002: Renamed Node::attach to Node::attachLayoutTree. (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/html/HTMLFrameElementBase.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
index 5ad6f3a364b649147e4f84259d33fdde23f3c3fd..2e3534b3059a5c1ef8a0e9dec3e630f2c3b1859a 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
@@ -169,9 +169,9 @@ void HTMLFrameElementBase::didNotifySubtreeInsertionsToDocument()
setNameAndOpenURL();
}
-void HTMLFrameElementBase::attach(const AttachContext& context)
+void HTMLFrameElementBase::attachLayoutTree(const AttachContext& context)
{
- HTMLFrameOwnerElement::attach(context);
+ HTMLFrameOwnerElement::attachLayoutTree(context);
if (layoutPart()) {
if (Frame* frame = contentFrame()) {

Powered by Google App Engine
This is Rietveld 408576698