| Index: Source/core/html/shadow/InsertionPoint.cpp
|
| diff --git a/Source/core/html/shadow/InsertionPoint.cpp b/Source/core/html/shadow/InsertionPoint.cpp
|
| index ded5430f472ecde9e6b10fcfd27143e02200ab28..c42bbebb741d03d36c72e8d262d8cbb8fb334bcc 100644
|
| --- a/Source/core/html/shadow/InsertionPoint.cpp
|
| +++ b/Source/core/html/shadow/InsertionPoint.cpp
|
| @@ -119,7 +119,7 @@ bool InsertionPoint::rendererIsNeeded(const NodeRenderingContext& context)
|
| return !isShadowBoundary() && HTMLElement::rendererIsNeeded(context);
|
| }
|
|
|
| -void InsertionPoint::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
|
| +void InsertionPoint::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta)
|
| {
|
| HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
|
| if (Handle<ShadowRoot> root = containingShadowRoot())
|
|
|