Index: Source/core/dom/NodeFilter.h |
diff --git a/Source/core/dom/NodeFilter.h b/Source/core/dom/NodeFilter.h |
index e4e5fc63d703677c8a1030cde6ed17947678855a..ac0eee1511f371c6e3872a28d3b0fa3c6dce5821 100644 |
--- a/Source/core/dom/NodeFilter.h |
+++ b/Source/core/dom/NodeFilter.h |
@@ -33,6 +33,7 @@ |
namespace blink { |
class NodeFilter FINAL : public RefCountedWillBeGarbageCollected<NodeFilter>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
/** |
* The following constants are returned by the acceptNode() |