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

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

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/Worklet.cpp
diff --git a/third_party/WebKit/Source/core/workers/Worklet.cpp b/third_party/WebKit/Source/core/workers/Worklet.cpp
index 1df2f5591d41f7561b216abb23b1eaf38c580f86..152e84bad187c1693f6533df0b81ffe9580df770 100644
--- a/third_party/WebKit/Source/core/workers/Worklet.cpp
+++ b/third_party/WebKit/Source/core/workers/Worklet.cpp
@@ -22,8 +22,9 @@ ScriptPromise Worklet::import(ScriptState* scriptState, const String& url) {
DCHECK(isMainThread());
if (!getExecutionContext()) {
return ScriptPromise::rejectWithDOMException(
- scriptState, DOMException::create(InvalidStateError,
- "This frame is already detached"));
+ scriptState,
+ DOMException::create(InvalidStateError,
+ "This frame is already detached"));
}
KURL scriptURL = getExecutionContext()->completeURL(url);
« no previous file with comments | « third_party/WebKit/Source/core/workers/WorkerThread.cpp ('k') | third_party/WebKit/Source/core/xml/XPathEvaluator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698