Bug 140672

Summary: Plugin content not loaded.
Product: WebKit Reporter: peavo
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alex.christensen, bfulgham, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

peavo
Reported 2015-01-20 04:07:54 PST
It believe this is caused by a std::unique_ptr in CClass::methodNamed being moved, resetting its raw pointer. The raw pointer, which now is null, is then returned from the method.
Attachments
Patch (2.25 KB, patch)
2015-01-20 04:14 PST, peavo
no flags
Patch (1.97 KB, patch)
2015-01-20 06:39 PST, peavo
no flags
peavo
Comment 1 2015-01-20 04:14:14 PST
peavo
Comment 2 2015-01-20 06:39:28 PST
Brent Fulgham
Comment 3 2015-01-20 08:57:09 PST
Comment on attachment 244988 [details] Patch r=me.
peavo
Comment 4 2015-01-20 09:09:16 PST
(In reply to comment #3) > Comment on attachment 244988 [details] > Patch > > r=me. Thanks!
WebKit Commit Bot
Comment 5 2015-01-20 09:21:30 PST
Comment on attachment 244988 [details] Patch Clearing flags on attachment: 244988 Committed r178716: <http://trac.webkit.org/changeset/178716>
WebKit Commit Bot
Comment 6 2015-01-20 09:21:34 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.