| Index: Source/modules/beacon/NavigatorBeacon.h
|
| diff --git a/Source/modules/beacon/NavigatorBeacon.h b/Source/modules/beacon/NavigatorBeacon.h
|
| index 9fb7e44e13ef310d0c3af1da968b8c61474e6473..8f74da111e02ce6f38a740f8ef71586abe45df4a 100644
|
| --- a/Source/modules/beacon/NavigatorBeacon.h
|
| +++ b/Source/modules/beacon/NavigatorBeacon.h
|
| @@ -43,7 +43,7 @@ private:
|
|
|
| bool canSendBeacon(ExecutionContext*, const KURL&, ExceptionState&);
|
| int maxAllowance() const;
|
| - void updateTransmittedBytes(int);
|
| + bool beaconResult(ExecutionContext*, bool allowed, int sentBytes);
|
|
|
| int m_transmittedBytes;
|
| Navigator& m_navigator;
|
|
|