| Index: Source/core/loader/BeaconLoader.h
|
| diff --git a/Source/core/loader/BeaconLoader.h b/Source/core/loader/BeaconLoader.h
|
| index a955761203a393af3323fb3f9c2f0d91e5f4745a..4c1ae012abde94c5a8cf40b6d8981f097656700d 100644
|
| --- a/Source/core/loader/BeaconLoader.h
|
| +++ b/Source/core/loader/BeaconLoader.h
|
| @@ -31,7 +31,7 @@ public:
|
| static bool sendBeacon(LocalFrame*, int, const KURL&, const String&, int&);
|
| static bool sendBeacon(LocalFrame*, int, const KURL&, PassRefPtr<WTF::ArrayBufferView>, int&);
|
| static bool sendBeacon(LocalFrame*, int, const KURL&, Blob*, int&);
|
| - static bool sendBeacon(LocalFrame*, int, const KURL&, PassRefPtrWillBeRawPtr<DOMFormData>&, int&);
|
| + static bool sendBeacon(LocalFrame*, int, const KURL&, PassRefPtrWillBeRawPtr<DOMFormData>, int&);
|
|
|
| private:
|
| static void prepareRequest(LocalFrame*, ResourceRequest&);
|
|
|