Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / ProcessingInstruction.h
index 9cc14b5..f5d7e88 100644 (file)
@@ -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