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

Unified Diff: third_party/WebKit/Source/modules/fetch/FetchRequestData.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/modules/fetch/FetchRequestData.cpp
diff --git a/third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp b/third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp
index f13a0836628a26c9f7a934cd5d887f4f3baa0374..297f937edab5a1004edb175fc2552d0efa08396c 100644
--- a/third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp
+++ b/third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp
@@ -35,8 +35,9 @@ FetchRequestData* FetchRequestData::create(
request->m_headerList->append(it->key, it->value);
if (webRequest.blobDataHandle())
request->setBuffer(new BodyStreamBuffer(
- scriptState, new BlobBytesConsumer(scriptState->getExecutionContext(),
- webRequest.blobDataHandle())));
+ scriptState,
+ new BlobBytesConsumer(scriptState->getExecutionContext(),
+ webRequest.blobDataHandle())));
request->setContext(webRequest.requestContext());
request->setReferrer(
Referrer(webRequest.referrerUrl().string(),

Powered by Google App Engine
This is Rietveld 408576698