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

Unified Diff: Source/modules/serviceworkers/Cache.h

Issue 453713004: Oilpan: fix build after r179871 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « no previous file | Source/modules/serviceworkers/Cache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/Cache.h
diff --git a/Source/modules/serviceworkers/Cache.h b/Source/modules/serviceworkers/Cache.h
index 5163613d9f229a5d3aaf92fb50e5bcd4e2e482e8..bacfa5cebd86cc3bc26973de06fe1fb50b2ec030 100644
--- a/Source/modules/serviceworkers/Cache.h
+++ b/Source/modules/serviceworkers/Cache.h
@@ -34,7 +34,7 @@ public:
ScriptPromise matchAll(ScriptState*, const String&, const Dictionary& queryParams);
ScriptPromise add(ScriptState*, Request*);
ScriptPromise add(ScriptState*, const String&);
- ScriptPromise addAll(ScriptState*, const WillBeHeapVector<ScriptValue>&);
+ ScriptPromise addAll(ScriptState*, const Vector<ScriptValue>&);
ScriptPromise deleteFunction(ScriptState*, Request*, const Dictionary& queryParams);
ScriptPromise deleteFunction(ScriptState*, const String&, const Dictionary& queryParams);
ScriptPromise put(ScriptState*, Request*, Response*);
« no previous file with comments | « no previous file | Source/modules/serviceworkers/Cache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698