Index: Source/core/html/imports/HTMLImportsController.h |
diff --git a/Source/core/html/imports/HTMLImportsController.h b/Source/core/html/imports/HTMLImportsController.h |
index 4be2dcb04c625d1fb600d9e671d26061ef210d17..5988a9e3d860c0525e99f9390f625d1b865bc837 100644 |
--- a/Source/core/html/imports/HTMLImportsController.h |
+++ b/Source/core/html/imports/HTMLImportsController.h |
@@ -85,10 +85,10 @@ public: |
HTMLImportLoader* loaderFor(const Document&) const; |
void scheduleRecalcState(); |
- HTMLImportChild* findLinkFor(const KURL&, HTMLImport* excluding = 0) const; |
+ HTMLImportChild* findLinkFor(const KURL&) const; |
private: |
- HTMLImportChild* createChild(const KURL&, HTMLImport* parent, HTMLImportChildClient*); |
+ HTMLImportChild* createChild(const KURL&, HTMLImportLoader*, HTMLImport* parent, HTMLImportChildClient*); |
void clear(); |
Document* m_master; |