Index: Source/modules/cachestorage/Cache.cpp |
diff --git a/Source/modules/cachestorage/Cache.cpp b/Source/modules/cachestorage/Cache.cpp |
index 7f04eab49adc51ec1d015fccd997dbc21e09917d..7990e6c67586793381ee6f52a580374b73c5317b 100644 |
--- a/Source/modules/cachestorage/Cache.cpp |
+++ b/Source/modules/cachestorage/Cache.cpp |
@@ -150,7 +150,7 @@ ScriptPromise rejectAsNotImplemented(ScriptState* scriptState) |
class Cache::FetchResolvedForAdd final : public ScriptFunction { |
public: |
- static v8::Handle<v8::Function> create(ScriptState* scriptState, Cache* cache, Request* request) |
+ static v8::Local<v8::Function> create(ScriptState* scriptState, Cache* cache, Request* request) |
{ |
FetchResolvedForAdd* self = new FetchResolvedForAdd(scriptState, cache, request); |
return self->bindToV8Function(); |