Chromium Code Reviews| Index: sky/engine/core/dom/Node.cpp |
| diff --git a/sky/engine/core/dom/Node.cpp b/sky/engine/core/dom/Node.cpp |
| index bc6f2080b1f6d5cfc76e53c5ea13f90ebb81da52..2efcb14220cf5f4f91cd482a2a6559155b447e93 100644 |
| --- a/sky/engine/core/dom/Node.cpp |
| +++ b/sky/engine/core/dom/Node.cpp |
| @@ -1882,7 +1882,6 @@ unsigned Node::lengthOfContents() const |
| case Node::DOCUMENT_NODE: |
| case Node::DOCUMENT_FRAGMENT_NODE: |
| return toContainerNode(this)->countChildren(); |
| - return 0; |
| } |
| ASSERT_NOT_REACHED(); |
| return 0; |