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

Unified Diff: third_party/WebKit/Source/web/OpenedFrameTracker.cpp

Issue 2389633002: reflow comments in web/ (Closed)
Patch Set: . Created 4 years, 2 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/web/OpenedFrameTracker.cpp
diff --git a/third_party/WebKit/Source/web/OpenedFrameTracker.cpp b/third_party/WebKit/Source/web/OpenedFrameTracker.cpp
index 9463d86efedb00c65d6942ad50bfe4c2468eb436..4efde8b6d9a5105529f3383ad581ea0510ca96c4 100644
--- a/third_party/WebKit/Source/web/OpenedFrameTracker.cpp
+++ b/third_party/WebKit/Source/web/OpenedFrameTracker.cpp
@@ -26,7 +26,8 @@ void OpenedFrameTracker::remove(WebFrame* frame) {
}
void OpenedFrameTracker::transferTo(WebFrame* opener) {
- // Copy the set of opened frames, since changing the owner will mutate this set.
+ // Copy the set of opened frames, since changing the owner will mutate this
+ // set.
HashSet<WebFrame*> frames(m_openedFrames);
for (WebFrame* frame : frames)
frame->setOpener(opener);
« no previous file with comments | « third_party/WebKit/Source/web/LinkHighlightImplTest.cpp ('k') | third_party/WebKit/Source/web/PageOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698