| Index: Source/core/html/imports/HTMLImportChild.cpp
|
| diff --git a/Source/core/html/imports/HTMLImportChild.cpp b/Source/core/html/imports/HTMLImportChild.cpp
|
| index a81264436472b717951ae7bbc49f06db539234f0..caa21631179f0164b4b1a81ab865e2fc82c0d3c3 100644
|
| --- a/Source/core/html/imports/HTMLImportChild.cpp
|
| +++ b/Source/core/html/imports/HTMLImportChild.cpp
|
| @@ -39,7 +39,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -HTMLImportChild::HTMLImportChild(Document& master, const KURL& url, bool sync)
|
| +HTMLImportChild::HTMLImportChild(Document& master, const KURL& url, SyncMode sync)
|
| : HTMLImport(sync)
|
| , m_master(master)
|
| , m_url(url)
|
|
|