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

Unified Diff: third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp

Issue 1844053003: CREDENTIAL: Rework the integration with Fetch (1/2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clear attachedcredentials Created 4 years, 8 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/bindings/modules/v8/DictionaryHelperForModules.cpp
diff --git a/third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp b/third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
index 9b7e50d3d2e564a5496e5a448bc72eafaf579b10..ed76c4e47fde560cabbb227ff1f820466c2809d1 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
+++ b/third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
@@ -25,9 +25,11 @@
#include "bindings/core/v8/DictionaryHelperForBindings.h"
#include "bindings/modules/v8/V8Headers.h"
+#include "bindings/modules/v8/V8PasswordCredential.h"
namespace blink {
template bool DictionaryHelper::get(const Dictionary&, const String& key, Member<Headers>& value);
+template bool DictionaryHelper::get(const Dictionary&, const String& key, Member<PasswordCredential>& value);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698