| Index: content/worker/worker_webkitplatformsupport_impl.cc
|
| ===================================================================
|
| --- content/worker/worker_webkitplatformsupport_impl.cc (revision 183651)
|
| +++ content/worker/worker_webkitplatformsupport_impl.cc (working copy)
|
| @@ -8,7 +8,6 @@
|
| #include "base/platform_file.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "content/common/database_util.h"
|
| -#include "content/common/fileapi/webblobregistry_impl.h"
|
| #include "content/common/fileapi/webfilesystem_impl.h"
|
| #include "content/common/file_utilities_messages.h"
|
| #include "content/common/indexed_db/proxy_webidbfactory_impl.h"
|
| @@ -276,10 +275,4 @@
|
| return webkit_base::FilePathStringToWebString(file_extension);
|
| }
|
|
|
| -WebBlobRegistry* WorkerWebKitPlatformSupportImpl::blobRegistry() {
|
| - if (!blob_registry_.get())
|
| - blob_registry_.reset(new WebBlobRegistryImpl(WorkerThread::current()));
|
| - return blob_registry_.get();
|
| -}
|
| -
|
| } // namespace content
|
|
|