| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| index 5a94eac8308d9986e88965a9f25243733b548e52..552a0ec1da38804172c08a86d4078b13c6470d7d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| @@ -380,7 +380,7 @@ int PropertyTreeManager::switchToEffectNode(const EffectPaintPropertyNode& nextE
|
| m_effectStack.removeLast();
|
|
|
| #if DCHECK_IS_ON()
|
| - DCHECK(m_isFirstEffectEver || currentEffectNode()) << "Malformed effect tree. Nodes in the same property tree should have common root.";
|
| + DCHECK(m_isFirstEffectEver || currentEffectNode()) << "Malformed effect tree. Nodes in the same property tree should have common root. " << &nextEffect;
|
| m_isFirstEffectEver = false;
|
| #endif
|
| buildEffectNodesRecursively(&nextEffect);
|
|
|