| 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 e4944c4f5c4227984f40a32f7f918af43200f253..a14e5d6bf16bc684f83e3aaf763c902b1fbbc065 100644
|
| --- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalk.cpp
|
| @@ -281,7 +281,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);
|
| }
|
|
|