Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(767)

Unified Diff: third_party/WebKit/Source/core/workers/AbstractWorker.cpp

Issue 2387983002: Worker: Reflow comments in worker components (Closed)
Patch Set: manually tweak Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « third_party/WebKit/Source/core/workers/AbstractWorker.h ('k') | third_party/WebKit/Source/core/workers/InProcessWorkerBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698