[Webkit-unassigned] [Bug 48957] [Qt] Introduce QDRTNode for passing WebCore::Node across JS bridge

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 2 21:03:05 PST 2011


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


Antonio Gomes <tonikitoo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #75941|review?                     |review+
               Flag|                            |




--- Comment #10 from Antonio Gomes <tonikitoo at webkit.org>  2011-01-02 21:03:05 PST ---
(From update of attachment 75941)
View in context: https://bugs.webkit.org/attachment.cgi?id=75941&action=review

> WebCore/bridge/qt/qt_runtime.cpp:137
> +// this is here as a proxy, so we'd have a class to friend in QDRTNode,

Capital T.

> WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp:91
> +        m_node = static_cast<Node*>(node);

Do you need to static_cast Node* to Node*?

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