| Index: chrome_frame/protocol_sink_wrap.cc
 | 
| ===================================================================
 | 
| --- chrome_frame/protocol_sink_wrap.cc	(revision 184746)
 | 
| +++ chrome_frame/protocol_sink_wrap.cc	(working copy)
 | 
| @@ -871,7 +871,9 @@
 | 
|                              IInternetProtocol* protocol,
 | 
|                              DWORD options) {
 | 
|    scoped_refptr<ProtData> prot_data = ProtData::DataFromProtocol(protocol);
 | 
| -  if (prot_data)
 | 
| +  // TODO(ananta/robertshield)
 | 
| +  // Write a test for this bug http://crbug.com/178421
 | 
| +  if (prot_data && !IsChrome(prot_data->renderer_type()))
 | 
|      prot_data->Invalidate();
 | 
|  
 | 
|    // We are just pass through at this point, avoid false positive crash
 | 
| 
 |