| Index: Source/core/workers/WorkerGlobalScope.h
|
| diff --git a/Source/core/workers/WorkerGlobalScope.h b/Source/core/workers/WorkerGlobalScope.h
|
| index fdb20c0531b0d500cf0d24c7a386058b31e3dc8e..54148822d1e7fa14904e037ead866f4288630efa 100644
|
| --- a/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/Source/core/workers/WorkerGlobalScope.h
|
| @@ -129,6 +129,8 @@ namespace WebCore {
|
|
|
| bool isClosing() { return m_closing; }
|
|
|
| + virtual void stopFetch() { }
|
| +
|
| bool idleNotification();
|
|
|
| double timeOrigin() const { return m_timeOrigin; }
|
|
|