[Webkit-unassigned] [Bug 98639] [EFL][WK2] Add support for Inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 15:47:28 PDT 2012


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





--- Comment #13 from Seokju Kwon <seokju.kwon at samsung.com>  2012-10-11 15:48:08 PST ---
(In reply to comment #10)
> (From update of attachment 168100 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=168100&action=review
> 
> > Source/WebKit2/UIProcess/efl/WebInspectorProxyEfl.cpp:45
> > +    ecore_evas_geometry_get(inspectorWindow, 0, 0, &width, &height);
> 
> These 2 lines should be moved after the inspectorView NULL-check.
> 
> > Source/WebKit2/UIProcess/efl/WebInspectorProxyEfl.cpp:48
> > +    if (inspectorView) {
> 
> if (!inspectorView)
>     return;
> 
> Returning early is more commonly used pattern in WebKit.
> 
> > Source/WebKit2/UIProcess/efl/WebInspectorProxyEfl.cpp:54
> > +static void destoryInspectorWindow(Ecore_Evas* inspectorWindow)
> 
> "destroy"

All done.

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