Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(672)

Unified Diff: Source/modules/filesystem/DOMFileSystem.h

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeys.h ('k') | Source/modules/filesystem/DOMFileSystemSync.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeys.h ('k') | Source/modules/filesystem/DOMFileSystemSync.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698