Index: third_party/WebKit/Source/core/html/HTMLOListElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLOListElement.h b/third_party/WebKit/Source/core/html/HTMLOListElement.h |
index 86eb3eba773b406509e78dedeadbf2ebdbb2d2c1..8c47330397aa00446b8a7a997004e447dbd35299 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLOListElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLOListElement.h |
@@ -33,9 +33,7 @@ class HTMLOListElement final : public HTMLElement { |
public: |
DECLARE_NODE_FACTORY(HTMLOListElement); |
- int start() const { |
- return has_explicit_start_ ? start_ : (is_reversed_ ? ItemCount() : 1); |
- } |
+ int start() const; |
void setStart(int); |
bool IsReversed() const { return is_reversed_; } |