| Index: Source/WebCore/loader/DocumentLoader.cpp
|
| ===================================================================
|
| --- Source/WebCore/loader/DocumentLoader.cpp (revision 141117)
|
| +++ Source/WebCore/loader/DocumentLoader.cpp (working copy)
|
| @@ -894,8 +894,6 @@
|
|
|
| // FIXME: Is there any way the extra fields could have not been added by now?
|
| // If not, it would be great to remove this line of code.
|
| - // Note that currently, some requests may have incorrect extra fields even if this function has been called,
|
| - // because we pass a wrong loadType (see FIXME in addExtraFieldsToMainResourceRequest()).
|
| frameLoader()->addExtraFieldsToMainResourceRequest(m_request);
|
| m_mainResourceLoader->load(m_request, m_substituteData);
|
|
|
|
|