| Index: Source/core/xml/XSLTProcessor.h
 | 
| diff --git a/Source/core/xml/XSLTProcessor.h b/Source/core/xml/XSLTProcessor.h
 | 
| index 3722f1fcb31e4bb0cfa66591041006fde177bfb2..024bc5515d6d289822a9bb3036e3f2244a0337e7 100644
 | 
| --- a/Source/core/xml/XSLTProcessor.h
 | 
| +++ b/Source/core/xml/XSLTProcessor.h
 | 
| @@ -24,6 +24,7 @@
 | 
|  #define XSLTProcessor_h
 | 
|  
 | 
|  #include "bindings/v8/ScriptWrappable.h"
 | 
| +#include "core/dom/CustomElementRegistrationContextualizer.h"
 | 
|  #include "core/dom/Node.h"
 | 
|  #include "core/xml/XSLStyleSheet.h"
 | 
|  #include "wtf/HashMap.h"
 | 
| @@ -45,7 +46,7 @@ public:
 | 
|  
 | 
|      void setXSLStyleSheet(PassRefPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleSheet; }
 | 
|      bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
 | 
| -    PassRefPtr<Document> createDocumentFromSource(const String& source, const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, Frame* frame);
 | 
| +    PassRefPtr<Document> createDocumentFromSource(const String& source, const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, Frame*, CustomElementRegistrationContextualizer::DocumentCreationReason);
 | 
|  
 | 
|      // DOM methods
 | 
|      void importStylesheet(PassRefPtr<Node> style)
 | 
| 
 |