Index: Source/core/dom/ProcessingInstruction.h |
diff --git a/Source/core/dom/ProcessingInstruction.h b/Source/core/dom/ProcessingInstruction.h |
index 9cc14b505538254dc30f045e71ee8fe54ce06cbe..f5d7e889f8df9660ab486f760102b431866886a7 100644 |
--- a/Source/core/dom/ProcessingInstruction.h |
+++ b/Source/core/dom/ProcessingInstruction.h |
@@ -33,6 +33,7 @@ class StyleSheet; |
class CSSStyleSheet; |
class ProcessingInstruction FINAL : public CharacterData, private ResourceOwner<StyleSheetResource> { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<ProcessingInstruction> create(Document&, const String& target, const String& data); |
virtual ~ProcessingInstruction(); |
@@ -94,4 +95,4 @@ inline bool isXSLStyleSheet(const Node& node) |
} // namespace blink |
-#endif |
+#endif // ProcessingInstruction_h |