| Index: Source/WebCore/html/PluginDocument.cpp
|
| ===================================================================
|
| --- Source/WebCore/html/PluginDocument.cpp (revision 148396)
|
| +++ Source/WebCore/html/PluginDocument.cpp (working copy)
|
| @@ -179,7 +179,7 @@
|
| return;
|
|
|
| DocumentLoader* documentLoader = frame()->loader()->activeDocumentLoader();
|
| - documentLoader->cancelMainResourceLoad(frame()->loader()->cancelledError(documentLoader->request()));
|
| + documentLoader->cancelMainResourceLoad(ResourceError::createCancelledError(documentLoader->request().url()));
|
| setShouldLoadPluginManually(false);
|
| }
|
|
|
|
|