| Index: Source/web/SharedWorkerRepository.cpp
|
| diff --git a/Source/web/SharedWorkerRepository.cpp b/Source/web/SharedWorkerRepository.cpp
|
| index 589b42081f722765954bf3aa3699f1fdd7286484..d295a9f7271cf4c2f6db7101ae6f125139ca265f 100644
|
| --- a/Source/web/SharedWorkerRepository.cpp
|
| +++ b/Source/web/SharedWorkerRepository.cpp
|
| @@ -235,7 +235,7 @@ void SharedWorkerRepository::connect(PassRefPtr<SharedWorker> worker, PassOwnPtr
|
|
|
| if (!webWorker) {
|
| // Existing worker does not match this url, so return an error back to the caller.
|
| - es.throwDOMException(URLMismatchError);
|
| + es.throwUninformativeAndGenericDOMException(URLMismatchError);
|
| return;
|
| }
|
|
|
|
|