Index: third_party/WebKit/Source/core/dom/URLSearchParams.h |
diff --git a/third_party/WebKit/Source/core/dom/URLSearchParams.h b/third_party/WebKit/Source/core/dom/URLSearchParams.h |
index b9aa0591224d7df52f1a8c34933381e431fc7770..b6afb63f27f61aa97c202d5902e9b57bd666a421 100644 |
--- a/third_party/WebKit/Source/core/dom/URLSearchParams.h |
+++ b/third_party/WebKit/Source/core/dom/URLSearchParams.h |
@@ -52,7 +52,7 @@ class CORE_EXPORT URLSearchParams final |
PassRefPtr<EncodedFormData> toEncodedFormData() const; |
const Vector<std::pair<String, String>>& params() const { return m_params; } |
-#if ENABLE(ASSERT) |
+#if DCHECK_IS_ON() |
DOMURL* urlObject() const; |
#endif |