Index: content/browser/in_process_webkit/dom_storage_area.h |
=================================================================== |
--- content/browser/in_process_webkit/dom_storage_area.h (revision 123509) |
+++ content/browser/in_process_webkit/dom_storage_area.h (working copy) |
@@ -50,7 +50,7 @@ |
// The storage area we wrap. |
scoped_ptr<WebKit::WebStorageArea> storage_area_; |
- // Our storage area id. Unique to our parent WebKitContext. |
+ // Our storage area id. Unique to our parent DOMStorageContext. |
int64 id_; |
// The DOMStorageNamespace that owns us. |