Make kit(Frame*) more robust
Created attachment 202104 [details] Patch
Comment on attachment 202104 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=202104&action=review > Source/WebKit/mac/WebView/WebFrame.mm:234 > + FrameLoaderClient* frameLoaderClient = frame->loader()->client(); > + if (frameLoaderClient->isEmptyFrameLoaderClient()) > + return nil; Man that really stinks. I wondered why you were doing this refactoring. I would have named the local variable just client.
Committed r150269: <http://trac.webkit.org/changeset/150269>
*** Bug 116255 has been marked as a duplicate of this bug. ***