| Index: Source/modules/serviceworkers/ServiceWorkerClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClient.h b/Source/modules/serviceworkers/ServiceWorkerClient.h
|
| index fde316a5f258b9ab70fc025aa64ae1392cb9bfb5..9e7fb48e36bb521922840d017f1e2d83c0f33bf8 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClient.h
|
| @@ -28,6 +28,7 @@ public:
|
| // Client.idl
|
| String url() const { return m_url; }
|
| String frameType() const;
|
| + String id() const { return m_uuid; }
|
| void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&);
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|