| Index: Source/core/loader/BeaconLoader.h | 
| diff --git a/Source/core/loader/BeaconLoader.h b/Source/core/loader/BeaconLoader.h | 
| index 6f75212f66f63f783ea32cf7c9222ac0fd69f774..a955761203a393af3323fb3f9c2f0d91e5f4745a 100644 | 
| --- a/Source/core/loader/BeaconLoader.h | 
| +++ b/Source/core/loader/BeaconLoader.h | 
| @@ -29,7 +29,7 @@ public: | 
| virtual ~BeaconLoader() { } | 
|  | 
| 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&, PassRefPtr<WTF::ArrayBufferView>, int&); | 
| static bool sendBeacon(LocalFrame*, int, const KURL&, Blob*, int&); | 
| static bool sendBeacon(LocalFrame*, int, const KURL&, PassRefPtrWillBeRawPtr<DOMFormData>&, int&); | 
|  | 
|  |