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

Unified Diff: Source/modules/filesystem/DOMWindowFileSystem.cpp

Issue 15127005: Make filesystem objects ScriptWrappable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/modules/filesystem/DOMWindowFileSystem.cpp
diff --git a/Source/modules/filesystem/DOMWindowFileSystem.cpp b/Source/modules/filesystem/DOMWindowFileSystem.cpp
index 5c1fb7ef775a9e0aa46e1623d8deb616756c7d61..817c637474e592c0e0c2f81ef6e7589d3256cb48 100644
--- a/Source/modules/filesystem/DOMWindowFileSystem.cpp
+++ b/Source/modules/filesystem/DOMWindowFileSystem.cpp
@@ -43,6 +43,7 @@ namespace WebCore {
DOMWindowFileSystem::DOMWindowFileSystem()
{
+ ScriptWrappable::init(this);
}
DOMWindowFileSystem::~DOMWindowFileSystem()

Powered by Google App Engine
This is Rietveld 408576698