| Index: third_party/WebKit/Source/core/loader/BeaconLoader.h
 | 
| diff --git a/third_party/WebKit/Source/core/loader/BeaconLoader.h b/third_party/WebKit/Source/core/loader/BeaconLoader.h
 | 
| index 01e02dddb6c95d09877cccd7a41d6efd693abd16..7121c65862d360ae5a2924f1c3c1f19fa526fbde 100644
 | 
| --- a/third_party/WebKit/Source/core/loader/BeaconLoader.h
 | 
| +++ b/third_party/WebKit/Source/core/loader/BeaconLoader.h
 | 
| @@ -29,7 +29,7 @@
 | 
|      ~BeaconLoader() override { }
 | 
|  
 | 
|      static bool sendBeacon(LocalFrame*, int, const KURL&, const String&, int&);
 | 
| -    static bool sendBeacon(LocalFrame*, int, const KURL&, DOMArrayBufferView*, 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&, FormData*, int&);
 | 
|  
 | 
| 
 |