| Index: Source/core/html/HTMLImportChild.h
|
| diff --git a/Source/core/html/HTMLImportChild.h b/Source/core/html/HTMLImportChild.h
|
| index 62ca126aa034cd0fbdfa259d8f5390df5cde6127..7ffd3dc16364ba5500a30f9e95f7e566349a4a70 100644
|
| --- a/Source/core/html/HTMLImportChild.h
|
| +++ b/Source/core/html/HTMLImportChild.h
|
| @@ -73,9 +73,12 @@ public:
|
| virtual bool isDone() const OVERRIDE;
|
| virtual bool hasLoader() const OVERRIDE;
|
| virtual bool ownsLoader() const OVERRIDE;
|
| - virtual void didUnblockFromCreatingDocument() OVERRIDE;
|
| - virtual void didBecomeReady() OVERRIDE;
|
| virtual CustomElementMicrotaskImportStep* customElementMicrotaskStep() const OVERRIDE FINAL { return m_customElementMicrotaskStep; }
|
| + virtual void stateDidChange() OVERRIDE;
|
| +
|
| +#if !defined(NDEBUG)
|
| + virtual void showThis() OVERRIDE;
|
| +#endif
|
|
|
| void setClient(HTMLImportChildClient*);
|
| void clearClient();
|
|
|