[Webkit-unassigned] [Bug 63013] [EFL] Page Cache was not Enabled, (Enable Page Cache)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 00:49:12 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63013





--- Comment #10 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2011-06-27 00:49:12 PST ---
(In reply to comment #8)

> when user add 4th cached page, first cached page will be destroy. 
> then frame was released and has null reference assert.
> 
> so sd->frame->view() was create always.

If we don't use cached page or frame is not null, I think we need to check the condition. If frame already has a view instance, we don't need to create new view. Please consider both normal case and your case.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list