| Index: Source/core/page/FrameActionScheduler.cpp | 
| diff --git a/Source/core/page/FrameActionScheduler.cpp b/Source/core/page/FrameActionScheduler.cpp | 
| index e2278fa7d456a35ca26aa7be55b9c20168b81be4..d1638fd83b381cc3452ec1880a87ffb943ee245e 100644 | 
| --- a/Source/core/page/FrameActionScheduler.cpp | 
| +++ b/Source/core/page/FrameActionScheduler.cpp | 
| @@ -45,7 +45,7 @@ public: | 
| { | 
| // Only dispatch events to nodes that are in the document | 
| if (m_eventTarget->inDocument()) | 
| -            m_eventTarget->dispatchEvent(m_event, IGNORE_EXCEPTION_STATE); | 
| +            m_eventTarget->dispatchEvent(m_event, IGNORE_EXCEPTION); | 
| } | 
|  | 
| private: | 
|  |