<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Add function webkit_dom_element_get_bounding_client_rect"
href="https://bugs.webkit.org/show_bug.cgi?id=163892#c11">Comment # 11</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Add function webkit_dom_element_get_bounding_client_rect"
href="https://bugs.webkit.org/show_bug.cgi?id=163892">bug 163892</a>
from <span class="vcard"><a class="email" href="mailto:mcatanzaro@igalia.com" title="Michael Catanzaro <mcatanzaro@igalia.com>"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=163892#c10">comment #10</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=163892#c8">comment #8</a>)
> > > Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRect.cpp:118
> > > +static GObject* webkit_dom_client_rect_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
> >
> > I think you can use constructed for this instead of constructor. It would be
> > a lot simpler.
>
> Not sure what you mean by this. I've fixed the other complaints.</span >
Try implementing the constructed virtual method, rather than the constructor virtual method:
<a href="https://developer.gnome.org/gobject/stable/gobject-The-Base-Object-Type.html#GObjectClass">https://developer.gnome.org/gobject/stable/gobject-The-Base-Object-Type.html#GObjectClass</a>
constructed is simpler, but is called after properties have already been set. I don't think it matters in your case.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>