| Index: content/browser/shared_worker/shared_worker_host.cc
|
| diff --git a/content/browser/shared_worker/shared_worker_host.cc b/content/browser/shared_worker/shared_worker_host.cc
|
| index 9d926cd18dfded3271d78b58038edd373f6f9cdb..25b8c9c779285988402f0faf4c79e7fa184a8751 100644
|
| --- a/content/browser/shared_worker/shared_worker_host.cc
|
| +++ b/content/browser/shared_worker/shared_worker_host.cc
|
| @@ -135,7 +135,6 @@ void SharedWorkerHost::WorkerContextDestroyed() {
|
|
|
| void SharedWorkerHost::WorkerScriptLoaded() {
|
| // TODO(horo): implement this.
|
| - NOTIMPLEMENTED();
|
| }
|
|
|
| void SharedWorkerHost::WorkerScriptLoadFailed() {
|
|
|