WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
116324
Make kit(Frame*) more robust
https://bugs.webkit.org/show_bug.cgi?id=116324
Summary
Make kit(Frame*) more robust
Anders Carlsson
Reported
2013-05-17 09:52:34 PDT
Make kit(Frame*) more robust
Attachments
Patch
(1.57 KB, patch)
2013-05-17 09:54 PDT
,
Anders Carlsson
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2013-05-17 09:54:17 PDT
Created
attachment 202104
[details]
Patch
Darin Adler
Comment 2
2013-05-17 09:55:57 PDT
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.
Anders Carlsson
Comment 3
2013-05-17 09:58:35 PDT
Committed
r150269
: <
http://trac.webkit.org/changeset/150269
>
Brady Eidson
Comment 4
2013-05-17 12:21:41 PDT
***
Bug 116255
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug