| Index: Source/modules/filesystem/EntrySync.h
|
| diff --git a/Source/modules/filesystem/EntrySync.h b/Source/modules/filesystem/EntrySync.h
|
| index 4576e237b51cfaa1bc9e1e1f2e20303e3350e685..ccf187b7c0e4450ff40f922a0fdd5710b230dfd6 100644
|
| --- a/Source/modules/filesystem/EntrySync.h
|
| +++ b/Source/modules/filesystem/EntrySync.h
|
| @@ -56,7 +56,7 @@ public:
|
| void remove(ExceptionState&) const;
|
| EntrySync* getParent() const;
|
|
|
| - virtual void trace(Visitor*) OVERRIDE;
|
| + virtual void trace(Visitor*) override;
|
|
|
| protected:
|
| EntrySync(DOMFileSystemBase*, const String& fullPath);
|
|
|