コード例 #1
0
void DumpRenderTreeSupportQt::removeShadowRoot(const QWebElement& element)
{
    WebCore::Element* webElement = element.m_element;
    if (!webElement)
        return;
    webElement->removeShadowRoot();
}