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

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

Issue 2285183005: Use StringView in Dictionary and DictionaryHelper. (Closed)
Patch Set: rebase. Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ed76c4e47fde560cabbb227ff1f820466c2809d1..8f9e931b3b6646ae67b494beb4641cce5d638324 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
+++ b/third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp
@@ -29,7 +29,7 @@
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);
+template bool DictionaryHelper::get(const Dictionary&, const StringView& key, Member<Headers>& value);
+template bool DictionaryHelper::get(const Dictionary&, const StringView& key, Member<PasswordCredential>& value);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698