| Index: Source/modules/filesystem/DOMFileSystemSync.h
|
| diff --git a/Source/modules/filesystem/DOMFileSystemSync.h b/Source/modules/filesystem/DOMFileSystemSync.h
|
| index 4d0678182993f3fe239827fbd2936d6688946ad1..b2e035eefd7a0b8b7508dfa683375e4cd04a9e96 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
|
|
|