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

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

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced and sent out to the code review. 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
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

Powered by Google App Engine
This is Rietveld 408576698