Index: third_party/WebKit/Source/core/html/HTMLDialogElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLDialogElement.h b/third_party/WebKit/Source/core/html/HTMLDialogElement.h |
index 4a20fcc90dd6a9c5e3644f7a72348fd2f2328935..18baedf40cfd26a37945eb53825432bb84e8d4c8 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLDialogElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLDialogElement.h |
@@ -49,7 +49,7 @@ public: |
// been centered and centeredPosition() is set. NeedsCentering means attempt |
// to center on the next layout, then set to Centered or NotCentered. |
enum CenteringMode { NotCentered, Centered, NeedsCentering }; |
- CenteringMode centeringMode() const { return m_centeringMode; } |
+ CenteringMode getCenteringMode() const { return m_centeringMode; } |
LayoutUnit centeredPosition() const |
{ |
ASSERT(m_centeringMode == Centered); |