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

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

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
« no previous file with comments | « no previous file | Source/bindings/core/v8/Dictionary.cpp » ('j') | Source/modules/serviceworkers/FetchEvent.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/Dictionary.h
diff --git a/Source/bindings/core/v8/Dictionary.h b/Source/bindings/core/v8/Dictionary.h
index 6069bb90b5cbfe75c05773bc9be36905d37fe13b..7073f98f2a5cf249b913e185d565a0e422010c46 100644
--- a/Source/bindings/core/v8/Dictionary.h
+++ b/Source/bindings/core/v8/Dictionary.h
@@ -109,7 +109,7 @@ public:
bool get(const String&, ArrayValue&) const;
bool get(const String&, RefPtrWillBeMember<DOMError>&) const;
bool get(const String&, v8::Local<v8::Value>&) const;
- bool get(const String&, RefPtr<Headers>&) const;
+ bool get(const String&, RefPtrWillBeMember<Headers>&) const;
// Sets properties using default attributes.
bool set(const String&, const v8::Handle<v8::Value>&);
« no previous file with comments | « no previous file | Source/bindings/core/v8/Dictionary.cpp » ('j') | Source/modules/serviceworkers/FetchEvent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698