Index: Source/core/loader/BeaconLoader.h |
diff --git a/Source/core/loader/BeaconLoader.h b/Source/core/loader/BeaconLoader.h |
index ceba8c73166e341efb99d44e5ca6a52f255142ef..c66f5243f02aa0468545ff8d32e0bd46104247e7 100644 |
--- a/Source/core/loader/BeaconLoader.h |
+++ b/Source/core/loader/BeaconLoader.h |
@@ -32,7 +32,7 @@ public: |
static bool sendBeacon(LocalFrame*, int, const KURL&, const String&, int&); |
static bool sendBeacon(LocalFrame*, int, const KURL&, PassRefPtr<DOMArrayBufferView>, 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&, DOMFormData*, int&); |
private: |
class Sender; |