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

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

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 3 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/DirectoryReader.h ('k') | Source/modules/filesystem/Entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/DirectoryReaderSync.h
diff --git a/Source/modules/filesystem/DirectoryReaderSync.h b/Source/modules/filesystem/DirectoryReaderSync.h
index c6f229e9aa42fe20e70c9a6466f1363f50bf86bd..1a97b3328bbb599172e7e92081e4c0d36b1221d1 100644
--- a/Source/modules/filesystem/DirectoryReaderSync.h
+++ b/Source/modules/filesystem/DirectoryReaderSync.h
@@ -45,6 +45,7 @@ class ExceptionState;
typedef HeapVector<Member<EntrySync> > EntrySyncHeapVector;
class DirectoryReaderSync : public DirectoryReaderBase, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO();
public:
static DirectoryReaderSync* create(DOMFileSystemBase* fileSystem, const String& fullPath)
{
@@ -78,6 +79,6 @@ private:
FileError::ErrorCode m_errorCode;
};
-} // namespace
+} // namespace blink
#endif // DirectoryReaderSync_h
« no previous file with comments | « Source/modules/filesystem/DirectoryReader.h ('k') | Source/modules/filesystem/Entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698