| Index: third_party/WebKit/Source/platform/DateComponents.h
|
| diff --git a/third_party/WebKit/Source/platform/DateComponents.h b/third_party/WebKit/Source/platform/DateComponents.h
|
| index 99523ba4a12ca1a62db6bc227d303dd7ea76c549..980ca0fa76f040bb868469c02afc42653e6ce211 100644
|
| --- a/third_party/WebKit/Source/platform/DateComponents.h
|
| +++ b/third_party/WebKit/Source/platform/DateComponents.h
|
| @@ -80,7 +80,7 @@ public:
|
| int month() const { return m_month; }
|
| int fullYear() const { return m_year; }
|
| int week() const { return m_week; }
|
| - Type type() const { return m_type; }
|
| + Type getType() const { return m_type; }
|
|
|
| enum SecondFormat {
|
| None, // Suppress the second part and the millisecond part if they are 0.
|
|
|