Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/NodeComputedStyle.h |
| diff --git a/third_party/WebKit/Source/core/dom/NodeComputedStyle.h b/third_party/WebKit/Source/core/dom/NodeComputedStyle.h |
| index f01d24dc24930c4f64ad0c86a6597d8fb51932f0..78872cdcf125b3139e08a8e7752e6eda40cfea34 100644 |
| --- a/third_party/WebKit/Source/core/dom/NodeComputedStyle.h |
| +++ b/third_party/WebKit/Source/core/dom/NodeComputedStyle.h |
| @@ -62,7 +62,7 @@ inline const ComputedStyle* Node::parentComputedStyle() const |
| inline const ComputedStyle& Node::computedStyleRef() const |
| { |
| const ComputedStyle* style = computedStyle(); |
| - ASSERT(style); |
| + DCHECK(style); |
| return *style; |
| } |