| Index: third_party/WebKit/Source/modules/beacon/NavigatorBeacon.h
|
| diff --git a/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.h b/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.h
|
| index 423b894c6c29d70c806eb4cd829d4bca9d0e738d..1b0919248e16fd9fc2384aa71d3831046acf0c07 100644
|
| --- a/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.h
|
| +++ b/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.h
|
| @@ -43,9 +43,9 @@ class NavigatorBeacon final : public GarbageCollectedFinalized<NavigatorBeacon>,
|
| ExceptionState&);
|
| bool canSendBeacon(ExecutionContext*, const KURL&, ExceptionState&);
|
| int maxAllowance() const;
|
| - void addTransmittedBytes(int sentBytes);
|
| + void addTransmittedBytes(size_t sentBytes);
|
|
|
| - int m_transmittedBytes;
|
| + size_t m_transmittedBytes;
|
| };
|
|
|
| } // namespace blink
|
|
|