Index: webkit/fileapi/isolated_mount_point_provider.cc |
diff --git a/webkit/fileapi/isolated_mount_point_provider.cc b/webkit/fileapi/isolated_mount_point_provider.cc |
index 8c5542cee353b2cc5a340039ecd71d059b6e5136..084c93d1bdfc1466dad7be1932432194bd98e45a 100644 |
--- a/webkit/fileapi/isolated_mount_point_provider.cc |
+++ b/webkit/fileapi/isolated_mount_point_provider.cc |
@@ -35,14 +35,6 @@ |
namespace fileapi { |
-namespace { |
- |
-IsolatedContext* isolated_context() { |
- return IsolatedContext::GetInstance(); |
-} |
- |
-} // namespace |
- |
IsolatedMountPointProvider::IsolatedMountPointProvider( |
const FilePath& profile_path) |
: profile_path_(profile_path), |