Index: third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h |
diff --git a/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h b/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h |
index 486200a848921bf82161d1dfcf761c64ac91667c..4be7353d262485f05bb7e92cf9a8bcf850d13f01 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h |
+++ b/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.h |
@@ -60,7 +60,7 @@ public: |
// because SpinButtonElement can be outlive SpinButtonOwner |
// implementation, e.g. during event handling. |
static PassRefPtrWillBeRawPtr<SpinButtonElement> create(Document&, SpinButtonOwner&); |
- UpDownState upDownState() const { return m_upDownState; } |
+ UpDownState getUpDownState() const { return m_upDownState; } |
void releaseCapture(EventDispatch = EventDispatchAllowed); |
void removeSpinButtonOwner() { m_spinButtonOwner = nullptr; } |