| Index: Source/web/WebPageSerializer.cpp
|
| diff --git a/Source/web/WebPageSerializer.cpp b/Source/web/WebPageSerializer.cpp
|
| index e2fcada1f4074c4294c9c81377cf54be1dbb05ff..60ff53eeee464d735758933ee4cc36754e583b1e 100644
|
| --- a/Source/web/WebPageSerializer.cpp
|
| +++ b/Source/web/WebPageSerializer.cpp
|
| @@ -140,7 +140,7 @@ void retrieveResourcesForFrame(Frame* frame,
|
| Vector<KURL>* frameURLs,
|
| Vector<KURL>* resourceURLs)
|
| {
|
| - KURL frameURL = frame->loader()->documentLoader()->request().url();
|
| + KURL frameURL = frame->loader().documentLoader()->request().url();
|
|
|
| // If the frame's URL is invalid, ignore it, it is not retrievable.
|
| if (!frameURL.isValid())
|
|
|