| Index: webkit/fileapi/file_system_file_util.h
|
| diff --git a/webkit/fileapi/file_system_file_util.h b/webkit/fileapi/file_system_file_util.h
|
| index d6b72e6ff99fe9fbdc88b84362ec88d7677d239f..f6f8cfccbed7979c51f3bf480532bb1c9295fc19 100644
|
| --- a/webkit/fileapi/file_system_file_util.h
|
| +++ b/webkit/fileapi/file_system_file_util.h
|
| @@ -232,6 +232,7 @@ class FileSystemFileUtil {
|
|
|
| protected:
|
| FileSystemFileUtil() { }
|
| + virtual ~FileSystemFileUtil() { }
|
|
|
| // Deletes a directory and all entries under the directory.
|
| //
|
|
|