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

Unified Diff: third_party/WebKit/Source/core/xml/XPathVariableReference.h

Issue 2274573004: Replace ASSERT*() with DCHECK*() in core/xml/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/xml/XPathVariableReference.h
diff --git a/third_party/WebKit/Source/core/xml/XPathVariableReference.h b/third_party/WebKit/Source/core/xml/XPathVariableReference.h
index f01d4fe5087a8b6d1ae89b7633e3d73ab7afb64b..ab042681e0295c5d70ba74ec6341fecee93f556c 100644
--- a/third_party/WebKit/Source/core/xml/XPathVariableReference.h
+++ b/third_party/WebKit/Source/core/xml/XPathVariableReference.h
@@ -39,7 +39,7 @@ public:
private:
Value evaluate(EvaluationContext&) const override;
- Value::Type resultType() const override { ASSERT_NOT_REACHED(); return Value::NumberValue; }
+ Value::Type resultType() const override { NOTREACHED(); return Value::NumberValue; }
String m_name;
};
« no previous file with comments | « third_party/WebKit/Source/core/xml/XPathValue.cpp ('k') | third_party/WebKit/Source/core/xml/XSLImportRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698