Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/FileSystemJsObject.h

Issue 10296001: Implement File API (Closed)
Patch Set: Addressed the new issues Created April 16, 2013, 1:37 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/FileReader.cpp ('k') | src/FileSystemJsObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/FileSystemJsObject.h
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/FileSystemJsObject.h
@@ -0,0 +1,16 @@
+#ifndef ADBLOCK_PLUS_FILE_SYSTEM_JS_OBJECT_H
+#define ADBLOCK_PLUS_FILE_SYSTEM_JS_OBJECT_H
+
+#include <v8.h>
+
+namespace AdblockPlus
+{
+ class FileSystem;
+
+ namespace FileSystemJsObject
+ {
+ v8::Handle<v8::ObjectTemplate> Create(FileSystem& fileSystem);
+ }
+}
+
+#endif
« no previous file with comments | « src/FileReader.cpp ('k') | src/FileSystemJsObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld