[Webkit-unassigned] [Bug 27011] [Gtk] Implement support for get_index_in_parent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 9 15:30:05 PDT 2009


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


Jan Alonzo <jmalonzo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32456|review?                     |
               Flag|                            |




--- Comment #4 from Jan Alonzo <jmalonzo at gmail.com>  2009-07-09 15:30:04 PDT ---
(From update of attachment 32456)
> -    // FIXME: This needs to be implemented.
> -    notImplemented();
> +    AccessibilityObject* coreObject = core(object);
> +    AccessibilityObject* parent = coreObject->parentObject();
> +
> +    g_return_val_if_fail (parent, 0);

Just a nit: this needs to be in "if" since we're dealing with WebCore objects.

I'll clear the review flag for now until we sort out Joanmarie's findings.

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