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

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

Issue 15127005: Make filesystem objects ScriptWrappable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Really fix revert of DOMWindowFileSystem. Created 7 years, 7 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/filesystem/EntryArraySync.cpp ('k') | Source/modules/filesystem/EntrySync.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/EntrySync.h
diff --git a/Source/modules/filesystem/EntrySync.h b/Source/modules/filesystem/EntrySync.h
index 908de8804a5b37157b0ef4f919d21161a61185ee..b61810965347f2345b697a605dbf599e0754b37e 100644
--- a/Source/modules/filesystem/EntrySync.h
+++ b/Source/modules/filesystem/EntrySync.h
@@ -31,6 +31,7 @@
#ifndef EntrySync_h
#define EntrySync_h
+#include "bindings/v8/ScriptWrappable.h"
#include "modules/filesystem/DOMFileSystemSync.h"
#include "modules/filesystem/EntryBase.h"
#include "wtf/Forward.h"
@@ -44,7 +45,7 @@ class Metadata;
typedef int ExceptionCode;
-class EntrySync : public EntryBase {
+class EntrySync : public ScriptWrappable, public EntryBase {
public:
static PassRefPtr<EntrySync> create(EntryBase*);
« no previous file with comments | « Source/modules/filesystem/EntryArraySync.cpp ('k') | Source/modules/filesystem/EntrySync.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698