| Index: webkit/api/public/WebSharedWorkerRepository.h
|
| diff --git a/webkit/api/public/WebSharedWorkerRepository.h b/webkit/api/public/WebSharedWorkerRepository.h
|
| index a1dbedc3f76f9a80202137b83d980269ed2b2292..b37b47a9e5cc677f5da8afe2a7af9e7e5353a402 100644
|
| --- a/webkit/api/public/WebSharedWorkerRepository.h
|
| +++ b/webkit/api/public/WebSharedWorkerRepository.h
|
| @@ -32,7 +32,6 @@
|
| #define WebSharedWorkerRepository_h
|
|
|
| #include "WebCommon.h"
|
| -#include "WebVector.h"
|
|
|
| namespace WebKit {
|
| class WebString;
|
| @@ -42,7 +41,7 @@ namespace WebKit {
|
| class WebSharedWorkerRepository {
|
| public:
|
| // Unique identifier for the parent document of a worker (unique within a given process).
|
| - typedef uintptr_t DocumentID;
|
| + typedef unsigned long long DocumentID;
|
|
|
| // Connects the passed SharedWorker object with the specified worker thread.
|
| // Caller is responsible for freeing the returned object. Returns null if a SharedWorker with that name already exists but with a different URL.
|
|
|