| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.h b/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| index 4f4f3ff9cb8740421baea7534a6ca4ccf35c3316..8a0a2e3edc2e004165193e5a7f8329995037fa13 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| @@ -111,7 +111,7 @@ private:
|
| void setCrossOriginStylesheetStatus(CSSStyleSheet*);
|
| void setFetchFollowingCORS()
|
| {
|
| - ASSERT(!m_fetchFollowingCORS);
|
| + DCHECK(!m_fetchFollowingCORS);
|
| m_fetchFollowingCORS = true;
|
| }
|
| void clearFetchFollowingCORS()
|
|
|