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

Unified Diff: Source/modules/filesystem/EntryArraySync.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/EntryArray.cpp ('k') | Source/modules/filesystem/EntryArraySync.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/EntryArraySync.h
diff --git a/Source/modules/filesystem/EntryArraySync.h b/Source/modules/filesystem/EntryArraySync.h
index ca910dd5a55705a35ae88985e3f47dd8960ddb0a..2a0508d77b23a64d8ecf05331972f7d38ce3ffc4 100644
--- a/Source/modules/filesystem/EntryArraySync.h
+++ b/Source/modules/filesystem/EntryArraySync.h
@@ -31,6 +31,7 @@
#ifndef EntryArraySync_h
#define EntryArraySync_h
+#include "bindings/v8/ScriptWrappable.h"
#include "modules/filesystem/EntrySync.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
@@ -39,7 +40,7 @@ namespace WebCore {
class EntryArray;
-class EntryArraySync : public RefCounted<EntryArraySync> {
+class EntryArraySync : public RefCounted<EntryArraySync>, public ScriptWrappable {
public:
static PassRefPtr<EntryArraySync> create()
{
« no previous file with comments | « Source/modules/filesystem/EntryArray.cpp ('k') | Source/modules/filesystem/EntryArraySync.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698