| Index: Source/modules/background_sync/SyncEvent.h
|
| diff --git a/Source/modules/background_sync/SyncEvent.h b/Source/modules/background_sync/SyncEvent.h
|
| index b45b0185813c69482769517367cd5fcb874f436e..0f495d7b038ec0153f7007939429e11de385119f 100644
|
| --- a/Source/modules/background_sync/SyncEvent.h
|
| +++ b/Source/modules/background_sync/SyncEvent.h
|
| @@ -15,7 +15,7 @@
|
|
|
| namespace blink {
|
|
|
| -class SyncEvent final : public ExtendableEvent {
|
| +class MODULES_EXPORT SyncEvent final : public ExtendableEvent {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<SyncEvent> create()
|
|
|