summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/modules/filesystem/FileWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/modules/filesystem/FileWriter.h')
-rw-r--r--third_party/WebKit/Source/modules/filesystem/FileWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/modules/filesystem/FileWriter.h b/third_party/WebKit/Source/modules/filesystem/FileWriter.h
index 07cda83..f59e2f6 100644
--- a/third_party/WebKit/Source/modules/filesystem/FileWriter.h
+++ b/third_party/WebKit/Source/modules/filesystem/FileWriter.h
@@ -72,7 +72,7 @@ public:
void seek(long long position, ExceptionState&);
void truncate(long long length, ExceptionState&);
void abort(ExceptionState&);
- ReadyState readyState() const { return m_readyState; }
+ ReadyState getReadyState() const { return m_readyState; }
FileError* error() const { return m_error.get(); }
// WebFileWriterClient