| Index: Source/core/events/TreeScopeEventContext.h
|
| diff --git a/Source/core/events/TreeScopeEventContext.h b/Source/core/events/TreeScopeEventContext.h
|
| index 141dff947571901726a053df2c798328d2591873..6873f574dc86bbed910c209a906c7b46b25dd748 100644
|
| --- a/Source/core/events/TreeScopeEventContext.h
|
| +++ b/Source/core/events/TreeScopeEventContext.h
|
| @@ -72,7 +72,7 @@ public:
|
| private:
|
| TreeScopeEventContext(TreeScope&);
|
|
|
| -#ifndef NDEBUG
|
| +#if ENABLE(ASSERT)
|
| bool isUnreachableNode(EventTarget&);
|
| #endif
|
|
|
| @@ -87,7 +87,7 @@ private:
|
| int m_postOrder;
|
| };
|
|
|
| -#ifndef NDEBUG
|
| +#if ENABLE(ASSERT)
|
| inline bool TreeScopeEventContext::isUnreachableNode(EventTarget& target)
|
| {
|
| // FIXME: Checks also for SVG elements.
|
|
|