| Index: Source/modules/filesystem/DOMFileSystemSync.h
|
| diff --git a/Source/modules/filesystem/DOMFileSystemSync.h b/Source/modules/filesystem/DOMFileSystemSync.h
|
| index 994c4854fcd34f330c9bab2827d8104f63781f1a..65535b199886fbc7e171dfa5a13d51b270f5e6ac 100644
|
| --- a/Source/modules/filesystem/DOMFileSystemSync.h
|
| +++ b/Source/modules/filesystem/DOMFileSystemSync.h
|
| @@ -44,6 +44,7 @@ class FileWriterSync;
|
| class ExceptionState;
|
|
|
| class DOMFileSystemSync FINAL : public DOMFileSystemBase, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static DOMFileSystemSync* create(ExecutionContext* context, const String& name, FileSystemType type, const KURL& rootURL)
|
| {
|
| @@ -65,6 +66,6 @@ private:
|
| DOMFileSystemSync(ExecutionContext*, const String& name, FileSystemType, const KURL& rootURL);
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif // DOMFileSystemSync_h
|
|
|