| Index: Source/WebCore/dom/Document.cpp
|
| diff --git a/Source/WebCore/dom/Document.cpp b/Source/WebCore/dom/Document.cpp
|
| index b0d39ed4ada8f3ebdc372e117b80d26d9f84a77d..ea291af0a20e529b2283666eefaf868b6dab9300 100644
|
| --- a/Source/WebCore/dom/Document.cpp
|
| +++ b/Source/WebCore/dom/Document.cpp
|
| @@ -2438,6 +2438,7 @@ void Document::implicitClose()
|
| if (f) {
|
| f->loader()->icon()->startLoader();
|
| f->animation()->resumeAnimationsForDocument(this);
|
| + f->loader()->willHandleOnloadEvents();
|
| }
|
|
|
| ImageLoader::dispatchPendingBeforeLoadEvents();
|
|
|