Yep.
Created attachment 243438 [details] Patch
Comment on attachment 243438 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=243438&action=review > Source/WebCore/page/Frame.cpp:210 > ASSERT(page); > ASSERT(client); Looks like these would be good candidates for turning into references. > Source/WebKit/mac/WebView/WebFrame.mm:324 > + Ref<Frame> coreFrame(Frame::create(page, ownerElement, new WebFrameLoaderClient(frame))); auto coreFrame = > Source/WebKit2/WebProcess/WebPage/WebFrame.cpp:126 > + Ref<Frame> coreFrame(Frame::create(page->corePage(), ownerElement, frame->m_frameLoaderClient.get())); auto coreFrame =
Created attachment 243439 [details] Patch for landing
The commit-queue encountered the following flaky tests while processing attachment 243439 [details]: transitions/default-timing-function.html bug 138901 (author: simon.fraser@apple.com) The commit-queue is continuing to process your patch.
The commit-queue encountered the following flaky tests while processing attachment 243439 [details]: The commit-queue is continuing to process your patch.
Comment on attachment 243439 [details] Patch for landing Clearing flags on attachment: 243439 Committed r177450: <http://trac.webkit.org/changeset/177450>
All reviewed patches have been landed. Closing bug.