| Index: Source/modules/serviceworkers/ServiceWorkerClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClient.h b/Source/modules/serviceworkers/ServiceWorkerClient.h
|
| index f8eaa71b6dbe4a3835b228666a54e6aebe2d0715..938fa4cc7fcee01bf2e32dbeb2b618378253d7e3 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClient.h
|
| @@ -18,7 +18,6 @@ public:
|
| static ServiceWorkerClient* create(unsigned id);
|
|
|
| // ServiceWorkerClient.idl
|
| - unsigned id() const { return m_id; }
|
| void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&);
|
|
|
| void trace(Visitor*) { }
|
|
|