[Webkit-unassigned] [Bug 129147] Fix crash in Youtube site when loading is finished.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 24 11:18:27 PST 2014


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





--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2014-02-24 11:15:34 PST ---
(From update of attachment 224864)
View in context: https://bugs.webkit.org/attachment.cgi?id=224864&action=review

> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:1361
> +#if PLATFORM(EFL)
> +        view->scheduleRelayout();
> +#else
>          view->forceLayout();
> +#endif

This doesn't look like it can be right. Why is Efl different?

-- 
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