| Index: Source/modules/beacon/NavigatorBeacon.h
|
| diff --git a/Source/modules/beacon/NavigatorBeacon.h b/Source/modules/beacon/NavigatorBeacon.h
|
| index 20ba512c87d2f2a005c80e9e5ed0a6cb9f105283..e247e7151db7cde4d009410a8bdb5b99ae995f9b 100644
|
| --- a/Source/modules/beacon/NavigatorBeacon.h
|
| +++ b/Source/modules/beacon/NavigatorBeacon.h
|
| @@ -24,6 +24,8 @@ public:
|
|
|
| static bool sendBeacon(ExecutionContext*, Navigator&, const String&, const ArrayBufferViewOrBlobOrStringOrFormData&, ExceptionState&);
|
|
|
| + virtual void trace(Visitor*) override;
|
| +
|
| private:
|
| explicit NavigatorBeacon(Navigator&);
|
|
|
|
|