Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: webkit/api/public/WebSharedWorkerRepository.h

Issue 342064: Fixed style nits. (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/api/public/WebSharedWorker.h ('k') | webkit/api/src/SharedWorkerRepository.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « webkit/api/public/WebSharedWorker.h ('k') | webkit/api/src/SharedWorkerRepository.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698