Index: Source/modules/filesystem/DOMFileSystem.h |
diff --git a/Source/modules/filesystem/DOMFileSystem.h b/Source/modules/filesystem/DOMFileSystem.h |
index 344ccf0cb17b99ae8e6a55d2629ee14f627840a5..3b02eb5c06f7247d260183a4f3d4f5e5cc4bccd5 100644 |
--- a/Source/modules/filesystem/DOMFileSystem.h |
+++ b/Source/modules/filesystem/DOMFileSystem.h |
@@ -48,6 +48,7 @@ class FileEntry; |
class FileWriterCallback; |
class DOMFileSystem FINAL : public DOMFileSystemBase, public ScriptWrappable, public ActiveDOMObject { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static DOMFileSystem* create(ExecutionContext*, const String& name, FileSystemType, const KURL& rootURL); |
@@ -239,6 +240,6 @@ void DOMFileSystem::scheduleCallback(ExecutionContext* executionContext, PassOwn |
executionContext->postTask(adoptPtr(new DispatchCallbackNoArgTask<CB>(callback))); |
} |
-} // namespace |
+} // namespace blink |
#endif // DOMFileSystem_h |