[Webkit-unassigned] [Bug 45741] [EFL] ewk_frame_view_create_for_view set null as theme.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 14 04:48:27 PDT 2010


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





--- Comment #2 from Lucas De Marchi <demarchi at webkit.org>  2010-09-14 04:48:27 PST ---
(From update of attachment 67535)
> Index: WebKit/efl/ewk/ewk_frame.cpp
> ===================================================================
> --- WebKit/efl/ewk/ewk_frame.cpp	(revision 67458)
> +++ WebKit/efl/ewk/ewk_frame.cpp	(working copy)
> @@ -1962,7 +1962,9 @@ void ewk_frame_view_create_for_view(Evas
>      sd->frame->createView(size, bg, !a, WebCore::IntSize(), false);
>      if (!sd->frame->view())
>          return;
> -    sd->frame->view()->setEdjeTheme(sd->theme);
> +
> +    const char * theme = ewk_view_theme_get(view);
                  `---- Extra space here.

Otherwise, it looks good.

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