| Index: Source/core/events/EventPath.h
|
| diff --git a/Source/core/events/EventPath.h b/Source/core/events/EventPath.h
|
| index 85232b1cd49612836919b9e361f0b1a0085fd2d7..f6da7d1537006b89d6e44cf5406a8aae001d354f 100644
|
| --- a/Source/core/events/EventPath.h
|
| +++ b/Source/core/events/EventPath.h
|
| @@ -91,7 +91,7 @@ private:
|
| static void buildRelatedNodeMap(const Node*, RelatedTargetMap&);
|
| static EventTarget* findRelatedNode(TreeScope*, RelatedTargetMap&);
|
|
|
| -#ifndef NDEBUG
|
| +#if ENABLE(ASSERT)
|
| static void checkReachability(TreeScope&, TouchList&);
|
| #endif
|
|
|
|
|