<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&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <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">&gt; (In reply to <a href="show_bug.cgi?id=163892#c8">comment #8</a>)
&gt; &gt; &gt; Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRect.cpp:118
&gt; &gt; &gt; +static GObject* webkit_dom_client_rect_constructor(GType type, guint constructPropertiesCount, GObjectConstructParam* constructProperties)
&gt; &gt; 
&gt; &gt; I think you can use constructed for this instead of constructor. It would be
&gt; &gt; a lot simpler.
&gt; 
&gt; 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>