| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index e6f801d48d27cd7959b097965d0bcc919e7a67f5..5ad21390bc72a45db49f18017a3e03adb5a8cd73 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1154,7 +1154,8 @@ class CORE_EXPORT Document : public ContainerNode,
|
| }
|
| V0CustomElementMicrotaskRunQueue* customElementMicrotaskRunQueue();
|
|
|
| - void setImportsController(HTMLImportsController*);
|
| + void clearImportsController();
|
| + void createImportsController();
|
| HTMLImportsController* importsController() const {
|
| return m_importsController;
|
| }
|
|
|