 Chromium Code Reviews
 Chromium Code Reviews Issue 10201010:
  Switch chrome and chromiumDRT over to using the new WebKit API for dispatching events.  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 10201010:
  Switch chrome and chromiumDRT over to using the new WebKit API for dispatching events.  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: content/browser/dom_storage/dom_storage_message_filter.cc | 
| =================================================================== | 
| --- content/browser/dom_storage/dom_storage_message_filter.cc (revision 133749) | 
| +++ content/browser/dom_storage/dom_storage_message_filter.cc (working copy) | 
| @@ -245,5 +245,6 @@ | 
| params.key = key; | 
| params.new_value = new_value; | 
| params.old_value = old_value; | 
| + params.namespace_id = area->namespace_id(); | 
| Send(new DOMStorageMsg_Event(params)); | 
| } |