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

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

Powered by Google App Engine
This is Rietveld 408576698