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

Unified Diff: Source/core/page/Page.h

Issue 394353002: Replace tests of ASSERT_ENABLED with ENABLE(ASSERT). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index 0f1d2143a1fd0d446cfd0415eb4a82f5c947f702..bae0e1a60405da3fbbbbd02fec069398cf2bc7b0 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -234,7 +234,7 @@ protected:
private:
void initGroup();
-#if ASSERT_ENABLED
+#if ENABLE(ASSERT)
void checkSubframeCountConsistency() const;
#else
void checkSubframeCountConsistency() const { }

Powered by Google App Engine
This is Rietveld 408576698