| Index: content/common/swapped_out_messages.cc
|
| diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
|
| index 5048265a1c1d0b7304929d693e4f4e67e2cc6946..05b5781b9151afc974b80bfbd86df5a6a596f300 100644
|
| --- a/content/common/swapped_out_messages.cc
|
| +++ b/content/common/swapped_out_messages.cc
|
| @@ -75,7 +75,7 @@ bool SwappedOutMessages::CanHandleWhileSwappedOut(
|
| // Sends an ACK.
|
| case ViewHostMsg_RequestMove::ID:
|
| // Sends an ACK.
|
| - case AccessibilityHostMsg_Notifications::ID:
|
| + case AccessibilityHostMsg_Events::ID:
|
| #if defined(USE_X11)
|
| // Synchronous message when leaving a page with plugin. In this case,
|
| // we want to destroy the plugin rather than return an error message.
|
|
|