| Index: Source/core/dom/custom/CustomElementMicrotaskImportStep.h | 
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h | 
| index 769e4aa30a690d3a6cde2890709317f8a27410ed..124f1726715998a7fe4a4525e08cc9dc1be344c4 100644 | 
| --- a/Source/core/dom/custom/CustomElementMicrotaskImportStep.h | 
| +++ b/Source/core/dom/custom/CustomElementMicrotaskImportStep.h | 
| @@ -56,6 +56,7 @@ public: | 
| virtual ~CustomElementMicrotaskImportStep(); | 
|  | 
| // API for HTML Imports | 
| +    void parentWasChanged(); | 
| void importDidFinishLoading(); | 
| WeakPtr<CustomElementMicrotaskImportStep> weakPtr() { return m_weakFactory.createWeakPtr(); } | 
|  | 
|  |