| Index: Source/modules/filesystem/FileEntrySync.h
|
| diff --git a/Source/modules/filesystem/FileEntrySync.h b/Source/modules/filesystem/FileEntrySync.h
|
| index cb02f7df97a5254a9d682b8fd3d1bfa2dc40b1a5..d6b8d7c746ca670797c58550d8ccacf513ec8d0e 100644
|
| --- a/Source/modules/filesystem/FileEntrySync.h
|
| +++ b/Source/modules/filesystem/FileEntrySync.h
|
| @@ -49,7 +49,7 @@ public:
|
| return new FileEntrySync(fileSystem, fullPath);
|
| }
|
|
|
| - virtual bool isFile() const override { return true; }
|
| + bool isFile() const override { return true; }
|
|
|
| File* file(ExceptionState&);
|
| FileWriterSync* createWriter(ExceptionState&);
|
|
|