Index: Source/core/xml/XSLTProcessor.h |
diff --git a/Source/core/xml/XSLTProcessor.h b/Source/core/xml/XSLTProcessor.h |
index 7d7bda10e4976a54fc1af891ac94b075eccb7c8e..954a692370b4125af96ab32afbf91936c7f9f66f 100644 |
--- a/Source/core/xml/XSLTProcessor.h |
+++ b/Source/core/xml/XSLTProcessor.h |
@@ -40,6 +40,7 @@ class Document; |
class DocumentFragment; |
class XSLTProcessor : public RefCountedWillBeGarbageCollectedFinalized<XSLTProcessor>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<XSLTProcessor> create() |
{ |
@@ -89,6 +90,6 @@ private: |
ParameterMap m_parameters; |
}; |
-} |
+} // namespace blink |
-#endif |
+#endif // XSLTProcessor_h |