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

Unified Diff: Source/modules/filesystem/FileWriterSync.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/FileWriter.cpp ('k') | Source/modules/filesystem/FileWriterSync.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileWriterSync.h
diff --git a/Source/modules/filesystem/FileWriterSync.h b/Source/modules/filesystem/FileWriterSync.h
index eacf1d0147b2520ba5f7e774652c7daeb640f5f6..8924b0225f0a7a2c538dd94175423fc06a9fc233 100644
--- a/Source/modules/filesystem/FileWriterSync.h
+++ b/Source/modules/filesystem/FileWriterSync.h
@@ -31,6 +31,7 @@
#ifndef FileWriterSync_h
#define FileWriterSync_h
+#include "bindings/v8/ScriptWrappable.h"
#include "core/fileapi/FileError.h"
#include "modules/filesystem/AsyncFileWriterClient.h"
#include "modules/filesystem/FileWriterBase.h"
@@ -42,7 +43,7 @@ class Blob;
typedef int ExceptionCode;
-class FileWriterSync : public FileWriterBase, public AsyncFileWriterClient {
+class FileWriterSync : public ScriptWrappable, public FileWriterBase, public AsyncFileWriterClient {
public:
static PassRefPtr<FileWriterSync> create()
{
« no previous file with comments | « Source/modules/filesystem/FileWriter.cpp ('k') | Source/modules/filesystem/FileWriterSync.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698