Chromium Code Reviews| Index: content/browser/in_process_webkit/dom_storage_message_filter.h |
| diff --git a/content/browser/in_process_webkit/dom_storage_message_filter.h b/content/browser/in_process_webkit/dom_storage_message_filter.h |
| index 9ac90346930789272e8b90e6c1e42bc84d1bdbf0..f6b5fa094c7424009aa1205ec538cfb16351d79a 100644 |
| --- a/content/browser/in_process_webkit/dom_storage_message_filter.h |
| +++ b/content/browser/in_process_webkit/dom_storage_message_filter.h |
| @@ -80,7 +80,7 @@ class DOMStorageMessageFilter : public BrowserMessageFilter { |
| static DOMStorageMessageFilter* storage_event_message_filter; |
| static const GURL* storage_event_url_; |
| - // Data shared between renderer processes with the same profile. |
| + // Data shared between renderer processes with the same context. |
|
jam
2011/07/22 16:58:38
ditto
|
| scoped_refptr<WebKitContext> webkit_context_; |
| // Used to dispatch messages to the correct view host. |