Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: third_party/WebKit/Source/core/css/DOMWindowCSS.cpp

Issue 2755493004: Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/css/ (Closed)
Patch Set: All windows error are Resolved now. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
diff --git a/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp b/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
index 3b9bbca4a4ae6db22cc1c30f099dcd00dae9e835..9bce7b7fe2e0edbb511e773d7eeaf91c3e048998 100644
--- a/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
+++ b/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
@@ -52,7 +52,7 @@ bool DOMWindowCSS::supports(const String& property, const String& value) {
.didParse;
}
- ASSERT(CSSPropertyMetadata::isEnabledProperty(unresolvedProperty));
+ DCHECK(CSSPropertyMetadata::isEnabledProperty(unresolvedProperty));
// This will return false when !important is present
MutableStylePropertySet* dummyStyle =

Powered by Google App Engine
This is Rietveld 408576698