예제 #1
0
void HTMLPlugInElement::didAddShadowRoot(ShadowRoot& root)
{
    if (root.isOldestAuthorShadowRoot())
        lazyReattachIfAttached();
}