| Index: Source/core/dom/shadow/ElementShadow.h
|
| diff --git a/Source/core/dom/shadow/ElementShadow.h b/Source/core/dom/shadow/ElementShadow.h
|
| index 914471bd0ab96a55cdda9d7db0cc7f8a563bc2dd..fc7c7b9765b7983ae5baafbf2dc52f32bde769e3 100644
|
| --- a/Source/core/dom/shadow/ElementShadow.h
|
| +++ b/Source/core/dom/shadow/ElementShadow.h
|
| @@ -99,6 +99,11 @@ inline ShadowRoot* Node::youngestShadowRoot() const
|
| return 0;
|
| }
|
|
|
| +inline void Element::ensureDistribution()
|
| +{
|
| + ContentDistributor::ensureDistribution(this);
|
| +}
|
| +
|
| inline ElementShadow* ElementShadow::containingShadow() const
|
| {
|
| if (ShadowRoot* parentRoot = host()->containingShadowRoot())
|
|
|