| Index: third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h
 | 
| diff --git a/third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h b/third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h
 | 
| index 5ebbad66ca3392016e839d748d80dbe985a4e879..299751c6ad002ebdc88e463c5664c729a6fa9649 100644
 | 
| --- a/third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h
 | 
| +++ b/third_party/WebKit/Source/platform/mojo/ReferrerStructTraits.h
 | 
| @@ -37,7 +37,7 @@ struct StructTraits<blink::mojom::ReferrerDataView, blink::Referrer> {
 | 
|          static_cast<blink::ReferrerPolicy>(webReferrerPolicy);
 | 
|      out->referrer = AtomicString(referrer.GetString());
 | 
|  
 | 
| -    // Mimics the ASSERT() done in the blink::Referrer constructor.
 | 
| +    // Mimics the DCHECK() done in the blink::Referrer constructor.
 | 
|      return referrer.IsValid() || out->referrer == blink::Referrer::NoReferrer();
 | 
|    }
 | 
|  };
 | 
| 
 |