| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index 88d1c7d514f69c024e5002ea78893d146382f828..8c181d215e814ba7cae15c685388782f3ea6d1fd 100644
|
| --- a/Source/core/frame/LocalDOMWindow.h
|
| +++ b/Source/core/frame/LocalDOMWindow.h
|
| @@ -154,6 +154,8 @@
|
|
|
| unsigned pendingUnloadEventListeners() const;
|
|
|
| + static IntRect adjustWindowRect(LocalFrame&, const IntRect& pendingChanges);
|
| +
|
| bool allowPopUp(); // Call on first window, not target window.
|
| static bool allowPopUp(LocalFrame& firstFrame);
|
|
|
|
|