| Index: third_party/WebKit/Source/core/dom/NodeWithIndex.h
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeWithIndex.h b/third_party/WebKit/Source/core/dom/NodeWithIndex.h
|
| index 9d8fc495c1820b1e054b9ac20992adb57705caa4..aa749686f01374d0ee253e89166b713ea7960037 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeWithIndex.h
|
| +++ b/third_party/WebKit/Source/core/dom/NodeWithIndex.h
|
| @@ -41,6 +41,7 @@ class NodeWithIndex {
|
|
|
| Node& node() const { return *m_node; }
|
|
|
| + // TODO(tkent): Should be unsigned.
|
| int index() const {
|
| if (!hasIndex())
|
| m_index = node().nodeIndex();
|
|
|