| Index: Source/platform/exported/WebServicePortProviderClient.cpp
|
| diff --git a/Source/platform/exported/WebMessagePortChannelClient.cpp b/Source/platform/exported/WebServicePortProviderClient.cpp
|
| similarity index 51%
|
| copy from Source/platform/exported/WebMessagePortChannelClient.cpp
|
| copy to Source/platform/exported/WebServicePortProviderClient.cpp
|
| index 1f853ed8527a8dc80a0bd2690a3ab037233210d1..1be42a0496a16344cf71dc7500b1c16056e8af55 100644
|
| --- a/Source/platform/exported/WebMessagePortChannelClient.cpp
|
| +++ b/Source/platform/exported/WebServicePortProviderClient.cpp
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "public/platform/WebMessagePortChannelClient.h"
|
| +#include "public/platform/modules/navigator_services/WebServicePortProviderClient.h"
|
|
|
| -// This WebMessagePortChannelClient.cpp, which includes only config.h and
|
| -// WebMessagePortChannelClient.h, should be in Source/platform/exported,
|
| -// because WebMessagePortChannelClient is not compiled without this cpp.
|
| +// This WebServicePortProviderClient.cpp, which includes only config.h and
|
| +// WebServicePortProvierClient.h, should be in Source/platform/exported,
|
| +// because WebServicePortProviderClient is not compiled without this cpp.
|
| // So if we don't have this cpp, we will see unresolved symbol error
|
| // when constructor/destructor's address is required.
|
|
|