diff options
Diffstat (limited to 'content/renderer/background_sync/background_sync_client_impl.cc')
-rw-r--r-- | content/renderer/background_sync/background_sync_client_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/background_sync/background_sync_client_impl.cc b/content/renderer/background_sync/background_sync_client_impl.cc index 9ba8af3..d19bcfb 100644 --- a/content/renderer/background_sync/background_sync_client_impl.cc +++ b/content/renderer/background_sync/background_sync_client_impl.cc @@ -27,7 +27,7 @@ BackgroundSyncClientImpl::BackgroundSyncClientImpl( int64 service_worker_registration_id, mojo::InterfaceRequest<BackgroundSyncServiceClient> request) : service_worker_registration_id_(service_worker_registration_id), - binding_(this, request.Pass()), + binding_(this, request.Pass(), 13), callback_seq_num_(0) {} void BackgroundSyncClientImpl::Sync(int64_t handle_id, |