Index: webkit/api/public/WebKitClient.h |
diff --git a/webkit/api/public/WebKitClient.h b/webkit/api/public/WebKitClient.h |
index a3076a44abf30a6f26b462ec3490e30d72ebc2bd..83ac70c0c078aafe6e0ffa6ce02d7e06a4407044 100644 |
--- a/webkit/api/public/WebKitClient.h |
+++ b/webkit/api/public/WebKitClient.h |
@@ -51,6 +51,7 @@ namespace WebKit { |
class WebMimeRegistry; |
class WebPluginListBuilder; |
class WebSandboxSupport; |
+ class WebSharedWorkerRepository; |
class WebSocketStreamHandle; |
class WebStorageNamespace; |
class WebString; |
@@ -224,6 +225,8 @@ namespace WebKit { |
// sandbox isn't active). |
virtual bool sandboxEnabled() = 0; |
+ // Shared Workers ------------------------------------------------------ |
darin (slow to review)
2009/10/30 18:56:00
nit: should have two spaces above and one space be
|
+ virtual WebSharedWorkerRepository* sharedWorkerRepository() = 0; |
// Sudden Termination -------------------------------------------------- |