| Index: third_party/WebKit/Source/core/dom/IconURL.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/IconURL.cpp b/third_party/WebKit/Source/core/dom/IconURL.cpp
|
| index 88ac9b4f999afcab91dd850422eb7095557f9d90..d797128378362cc534e5c9d10d2ec9bcedf36367 100644
|
| --- a/third_party/WebKit/Source/core/dom/IconURL.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/IconURL.cpp
|
| @@ -42,7 +42,7 @@ IconURL IconURL::defaultFavicon(const KURL& documentURL) {
|
| url.setPort(documentURL.port());
|
| url.setPath("/favicon.ico");
|
|
|
| - IconURL result(url, Vector<IntSize>(), emptyString(), Favicon);
|
| + IconURL result(url, Vector<IntSize>(), emptyString, Favicon);
|
| result.m_isDefaultIcon = true;
|
| return result;
|
| }
|
|
|