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

Unified Diff: Source/core/events/EventDispatcher.h

Issue 397733004: Allow assertions to be enabled in Blink Release builds. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. 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
« no previous file with comments | « Source/core/editing/VisiblePosition.cpp ('k') | Source/core/events/EventDispatcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventDispatcher.h
diff --git a/Source/core/events/EventDispatcher.h b/Source/core/events/EventDispatcher.h
index 891a9b9646e19e0b325501bd2446dc3a928078a9..4ac3dcd477144509e50141a80d07c29d08f5b6be 100644
--- a/Source/core/events/EventDispatcher.h
+++ b/Source/core/events/EventDispatcher.h
@@ -70,7 +70,7 @@ private:
RefPtrWillBeMember<Node> m_node;
RefPtrWillBeMember<Event> m_event;
RefPtr<FrameView> m_view;
-#ifndef NDEBUG
+#if ENABLE(ASSERT)
bool m_eventDispatched;
#endif
};
« no previous file with comments | « Source/core/editing/VisiblePosition.cpp ('k') | Source/core/events/EventDispatcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698