Index: third_party/WebKit/Source/core/fileapi/File.h |
diff --git a/third_party/WebKit/Source/core/fileapi/File.h b/third_party/WebKit/Source/core/fileapi/File.h |
index fedb56a33bd3f550a70565e3cfdd536fd013627b..b893ebf02e8751d60b58af7202fa98f12e2d10de 100644 |
--- a/third_party/WebKit/Source/core/fileapi/File.h |
+++ b/third_party/WebKit/Source/core/fileapi/File.h |
@@ -132,7 +132,7 @@ public: |
// http://www.w3.org/TR/FileAPI/#dfn-lastModifiedDate |
double lastModifiedDate() const; |
- UserVisibility userVisibility() const { return m_userVisibility; } |
+ UserVisibility getUserVisibility() const { return m_userVisibility; } |
// Returns the relative path of this file in the context of a directory selection. |
const String& webkitRelativePath() const { return m_relativePath; } |