| Index: third_party/WebKit/Source/core/workers/AbstractWorker.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/AbstractWorker.cpp b/third_party/WebKit/Source/core/workers/AbstractWorker.cpp
|
| index 3a9b6ca5f13e7f17b7000e5c8c6bd6256e93eab0..5a0f70aa4434eb23b516c1d1df90ac5975eaac59 100644
|
| --- a/third_party/WebKit/Source/core/workers/AbstractWorker.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/AbstractWorker.cpp
|
| @@ -54,7 +54,9 @@ KURL AbstractWorker::resolveURL(const String& url,
|
| return KURL();
|
| }
|
|
|
| - // We can safely expose the URL in the following exceptions, as these checks happen synchronously before redirection. JavaScript receives no new information.
|
| + // We can safely expose the URL in the following exceptions, as these checks
|
| + // happen synchronously before redirection. JavaScript receives no new
|
| + // information.
|
| if (!getExecutionContext()->getSecurityOrigin()->canRequestNoSuborigin(
|
| scriptURL)) {
|
| exceptionState.throwSecurityError(
|
|
|