[Webkit-unassigned] [Bug 41569] [Chromium] Expose basic DOM information in WebAccessibilityObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 15:55:45 PDT 2010


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


Dominic Mazzoni <dmazzoni at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #61080|0                           |1
        is obsolete|                            |
  Attachment #61110|                            |review?, commit-queue?
               Flag|                            |




--- Comment #17 from Dominic Mazzoni <dmazzoni at google.com>  2010-07-09 15:55:45 PST ---
Created an attachment (id=61110)
 --> (https://bugs.webkit.org/attachment.cgi?id=61110)
Got rid of WebNode::element()

OK, WebNode::element() is gone.

This may be a stupid question, but is there a cleaner way to cast a WebNode to a WebElement? I added it because I thought this would be ugly:

WebKit::WebElement element(*reinterpret_cast<WebKit::WebElement*>(&node));

If you have a suggestion for a cleaner way to cast WebNode to WebElement, that's great - but it doesn't matter because either way it will get reviewed shortly in a Chromium patch. :)

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