Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/modules/fetch/RequestInit.h

Issue 1391583002: Introduce "navigate" mode in Requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/modules/fetch/RequestInit.h
diff --git a/third_party/WebKit/Source/modules/fetch/RequestInit.h b/third_party/WebKit/Source/modules/fetch/RequestInit.h
index 6a642de42ff837c76bf75f408ab50bb9cf49a7e9..cc36e290759c1e297693b57e288c6837527a3724 100644
--- a/third_party/WebKit/Source/modules/fetch/RequestInit.h
+++ b/third_party/WebKit/Source/modules/fetch/RequestInit.h
@@ -39,7 +39,7 @@ public:
bool opaque;
// True if any members in RequestInit are set and hence the referrer member
// should be used in the Request constructor.
- bool isReferrerSet;
+ bool areAnyMembersSet;
};
}

Powered by Google App Engine