| Index: third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h b/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
|
| index 0d52c32ef33ded068ce07fa1f9778a0cd8178802..79526419921e5f7e34b6ba915cd0b0e3d40d6a15 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
|
| @@ -58,9 +58,7 @@ class HTMLImportsController final
|
| HTMLImportTreeRoot* root() const { return m_root; }
|
|
|
| bool shouldBlockScriptExecution(const Document&) const;
|
| - HTMLImportChild* load(HTMLImport* parent,
|
| - HTMLImportChildClient*,
|
| - FetchRequest);
|
| + HTMLImportChild* load(HTMLImportChildClient*, FetchRequest);
|
|
|
| Document* master() const;
|
|
|
|
|