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

Unified Diff: Source/modules/filesystem/DevToolsHostFileSystem.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
« no previous file with comments | « Source/modules/filesystem/DevToolsHostFileSystem.h ('k') | Source/modules/filesystem/FileSystemClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/DevToolsHostFileSystem.cpp
diff --git a/Source/modules/filesystem/DevToolsHostFileSystem.cpp b/Source/modules/filesystem/DevToolsHostFileSystem.cpp
index d2ea9df5d62f5f5c0a85b14c73a1cc84870bc981..b678f573c36cb0fb23ac75a90f7f8b14e316695a 100644
--- a/Source/modules/filesystem/DevToolsHostFileSystem.cpp
+++ b/Source/modules/filesystem/DevToolsHostFileSystem.cpp
@@ -31,9 +31,4 @@ void DevToolsHostFileSystem::upgradeDraggedFileSystemPermissions(DevToolsHost& h
host.sendMessageToEmbedder(message->toJSONString());
}
-DevToolsHostFileSystem::DevToolsHostFileSystem() { }
-
-DevToolsHostFileSystem::~DevToolsHostFileSystem() { }
-
-
} // namespace blink
« no previous file with comments | « Source/modules/filesystem/DevToolsHostFileSystem.h ('k') | Source/modules/filesystem/FileSystemClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698