Index: Source/modules/serviceworkers/FetchEvent.h |
diff --git a/Source/modules/serviceworkers/FetchEvent.h b/Source/modules/serviceworkers/FetchEvent.h |
index 06443c1ab25b493e0295c382b3f2db4fbc81731b..3dc8b3fb826b1f02c986847a00db5d0b581fcc3e 100644 |
--- a/Source/modules/serviceworkers/FetchEvent.h |
+++ b/Source/modules/serviceworkers/FetchEvent.h |
@@ -24,7 +24,7 @@ public: |
static PassRefPtrWillBeRawPtr<FetchEvent> create(PassRefPtr<RespondWithObserver>, PassRefPtr<Request>); |
virtual ~FetchEvent() { } |
- Request* request() const; |
+ PassRefPtr<Request> request() const; |
bool isReload() const; |
void respondWith(ScriptState*, const ScriptValue&); |