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

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

Issue 1315743003: [part 1] Make classes and structures in modules/ fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
Index: Source/modules/filesystem/DOMWindowFileSystem.cpp
diff --git a/Source/modules/filesystem/DOMWindowFileSystem.cpp b/Source/modules/filesystem/DOMWindowFileSystem.cpp
index 13a7247e94dcce800f2e23357f6dfb6f2787e520..d04a6c76767aa74095063989d54797776521803e 100644
--- a/Source/modules/filesystem/DOMWindowFileSystem.cpp
+++ b/Source/modules/filesystem/DOMWindowFileSystem.cpp
@@ -42,14 +42,6 @@
namespace blink {
-DOMWindowFileSystem::DOMWindowFileSystem()
-{
-}
-
-DOMWindowFileSystem::~DOMWindowFileSystem()
-{
-}
-
void DOMWindowFileSystem::webkitRequestFileSystem(DOMWindow& windowArg, int type, long long size, FileSystemCallback* successCallback, ErrorCallback* errorCallback)
{
LocalDOMWindow& window = toLocalDOMWindow(windowArg);
« no previous file with comments | « Source/modules/filesystem/DOMWindowFileSystem.h ('k') | Source/modules/filesystem/DataTransferItemFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698