[Webkit-unassigned] [Bug 163892] [GTK] Add function webkit_dom_element_get_bounding_client_rect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 10:50:42 PST 2017


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

--- Comment #9 from Michael Catanzaro <mcatanzaro at igalia.com> ---
> > Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMElement.cpp:1270
> > +    size_t clientRectsLength = clientRects.get()->length();
> 
> GList* clientRectList

I guess I clicked the wrong line. I was trying to complain about one line where you declared this:

GList *clientRectList

instead of this:

GList* clientRectList

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170227/0b32635d/attachment.html>


More information about the webkit-unassigned mailing list