Index: Source/core/html/HTMLLinkElement.cpp |
diff --git a/Source/core/html/HTMLLinkElement.cpp b/Source/core/html/HTMLLinkElement.cpp |
index 3fa28a1e05fa50740ca44861f6483aa9ded7be4b..3ebd7c793bf803e7c6d8a27da869823987087c9d 100644 |
--- a/Source/core/html/HTMLLinkElement.cpp |
+++ b/Source/core/html/HTMLLinkElement.cpp |
@@ -572,7 +572,7 @@ void LinkStyle::process() |
if (!document().contentSecurityPolicy()->allowImageFromSource(builder.url())) |
return; |
if (document().frame()) |
- document().frame()->loader()->client()->dispatchDidChangeIcons(m_owner->relAttribute().iconType()); |
+ document().frame()->loader().client()->dispatchDidChangeIcons(m_owner->relAttribute().iconType()); |
} |
if (!m_owner->loadLink(type, builder.url())) |