Index: Source/core/dom/Range.h |
diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h |
index afa5b19cebefd27d2dc14910f12a3f9074001823..92f78de4f05818846fbb512aae3121fba937edc8 100644 |
--- a/Source/core/dom/Range.h |
+++ b/Source/core/dom/Range.h |
@@ -48,6 +48,7 @@ class NodeWithIndex; |
class Text; |
class Range FINAL : public RefCountedWillBeGarbageCollectedFinalized<Range>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<Range> create(Document&); |
static PassRefPtrWillBeRawPtr<Range> create(Document&, Node* startContainer, int startOffset, Node* endContainer, int endOffset); |
@@ -181,4 +182,4 @@ bool areRangesEqual(const Range*, const Range*); |
void showTree(const blink::Range*); |
#endif |
-#endif |
+#endif // Range_h |