Skip to content

Commit

Permalink
Bug 1539884 - Part 36: Mark AppWindow::ExecuteCloseHandler as CAN_RUN…
Browse files Browse the repository at this point in the history
…_SCRIPT r=masayuki

Differential Revision: https://phabricator.services.mozilla.com/D134474
  • Loading branch information
saschanaz committed Dec 23, 2021
1 parent 7554343 commit 0f97e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpfe/appshell/AppWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class AppWindow final : public nsIBaseWindow,

friend class mozilla::AppWindowTimerCallback;

bool ExecuteCloseHandler();
MOZ_CAN_RUN_SCRIPT bool ExecuteCloseHandler();
void ConstrainToOpenerScreen(int32_t* aX, int32_t* aY);

void SetPersistenceTimer(uint32_t aDirtyFlags);
Expand Down

0 comments on commit 0f97e34

Please sign in to comment.