| 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..315a2a75bf8508b903560a4373e79a0e8d397720 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 browser context.
|
| scoped_refptr<WebKitContext> webkit_context_;
|
|
|
| // Used to dispatch messages to the correct view host.
|
|
|