Index: Source/core/dom/DocumentFragment.h |
diff --git a/Source/core/dom/DocumentFragment.h b/Source/core/dom/DocumentFragment.h |
index 83a06ce9c875b6b9ad71cb272280d2ff9cc240c8..3c6ef22dcca72efbcf808d158d3b016fd5b608be 100644 |
--- a/Source/core/dom/DocumentFragment.h |
+++ b/Source/core/dom/DocumentFragment.h |
@@ -30,6 +30,7 @@ |
namespace blink { |
class DocumentFragment : public ContainerNode { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<DocumentFragment> create(Document&); |
@@ -55,4 +56,4 @@ DEFINE_NODE_TYPE_CASTS(DocumentFragment, isDocumentFragment()); |
} // namespace blink |
-#endif |
+#endif // DocumentFragment_h |