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

Unified Diff: Source/bindings/core/v8/Dictionary.cpp

Issue 384633002: Oilpan: add transition types to remaining Fetch and ServiceWorker objects (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 5 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: Source/bindings/core/v8/Dictionary.cpp
diff --git a/Source/bindings/core/v8/Dictionary.cpp b/Source/bindings/core/v8/Dictionary.cpp
index bcdb11df661b17d28fe53000590b0d594dcab7a9..d69bb24fc935721f78920f8a3e694d2150fef234 100644
--- a/Source/bindings/core/v8/Dictionary.cpp
+++ b/Source/bindings/core/v8/Dictionary.cpp
@@ -584,7 +584,7 @@ bool Dictionary::get(const String& key, Dictionary& value) const
return true;
}
-bool Dictionary::get(const String& key, RefPtr<Headers>& value) const
+bool Dictionary::get(const String& key, RefPtrWillBeMember<Headers>& value) const
{
v8::Local<v8::Value> v8Value;
if (!getKey(key, v8Value))

Powered by Google App Engine
This is Rietveld 408576698