| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 07a9c5bce06ebd3472b29b08114ffaf403ca3305..c1386f0af4d8a343dcf05a135a68b2cfaf627503 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -497,7 +497,7 @@ public:
|
| // implicitClose() actually does the work of closing the input stream.
|
| void implicitClose();
|
|
|
| - bool dispatchBeforeUnloadEvent(ChromeClient&, bool isReload, bool& didAllowNavigation);
|
| + bool dispatchBeforeUnloadEvent(ChromeClient&, bool isReload, bool& didAllowNavigation, bool& eventListenerCalled);
|
| void dispatchUnloadEvents();
|
|
|
| enum PageDismissalType {
|
|
|