| Index: third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| index 346651b5ec021295be6122363e840e237a1eb5bb..0e4e472d20ed9cc91caefc328038fee7e068d608 100644
|
| --- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| @@ -309,7 +309,6 @@ void PrePaintTreeWalk::Walk(const LayoutObject& object,
|
| UpdateAuxiliaryObjectProperties(object, context);
|
|
|
| if (context.tree_builder_context) {
|
| - DCHECK(context.tree_builder_context);
|
| property_tree_builder_.UpdatePropertiesForSelf(
|
| object, *context.tree_builder_context);
|
| }
|
|
|