| Index: third_party/WebKit/Source/core/dom/shadow/ElementShadowV0.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ElementShadowV0.cpp b/third_party/WebKit/Source/core/dom/shadow/ElementShadowV0.cpp
|
| index ffcd1448e56e4aa43bd1c1063880355966f545df..8c228a5439c866a435b6a12910f51cf36f0cdeac 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ElementShadowV0.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ElementShadowV0.cpp
|
| @@ -205,7 +205,7 @@ void ElementShadowV0::distribute()
|
| if (ElementShadow* shadow = shadowWhereNodeCanBeDistributedForV0(*shadowInsertionPoint))
|
| shadow->setNeedsDistributionRecalc();
|
| }
|
| - InspectorInstrumentation::didPerformElementShadowDistribution(const_cast<Element*>(&m_elementShadow->host()));
|
| + InspectorInstrumentation::didPerformElementShadowDistribution(&m_elementShadow->host());
|
| }
|
|
|
| void ElementShadowV0::didDistributeNode(const Node* node, InsertionPoint* insertionPoint)
|
|
|