| Index: third_party/WebKit/Source/core/loader/BeaconLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/BeaconLoader.cpp b/third_party/WebKit/Source/core/loader/BeaconLoader.cpp
|
| index ec6c5bbfe4a2bd78fa1b84e355aa9a2459f1a787..5d4bf31b5cb794fd5efe872ab6ac8867fc8584e3 100644
|
| --- a/third_party/WebKit/Source/core/loader/BeaconLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/BeaconLoader.cpp
|
| @@ -106,7 +106,7 @@ public:
|
|
|
| bool BeaconLoader::sendBeacon(LocalFrame* frame, int allowance, const KURL& beaconURL, const String& data, int& payloadLength)
|
| {
|
| - BeaconData<decltype(data)> beacon(data);
|
| + BeaconData<String> beacon(data);
|
| return Sender::send(frame, allowance, beaconURL, beacon, payloadLength);
|
| }
|
|
|
|
|