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

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

Issue 331793004: Delete ASSERT_DISABLED (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing include Created 6 years, 6 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
« no previous file with comments | « Source/core/inspector/CodeGeneratorInspector.py ('k') | Source/modules/webdatabase/DatabaseThread.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index c1aa28b6afb077bdbfed01bd708b3009fffb6f4a..73d68ebad551aebb2fd4b0b61daf2741113fc127 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -227,10 +227,10 @@ protected:
private:
void initGroup();
-#if ASSERT_DISABLED
- void checkSubframeCountConsistency() const { }
-#else
+#if ASSERT_ENABLED
void checkSubframeCountConsistency() const;
+#else
+ void checkSubframeCountConsistency() const { }
#endif
void setTimerAlignmentInterval(double);
« no previous file with comments | « Source/core/inspector/CodeGeneratorInspector.py ('k') | Source/modules/webdatabase/DatabaseThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698