| Index: Source/core/page/DOMWindow.cpp | 
| diff --git a/Source/core/page/DOMWindow.cpp b/Source/core/page/DOMWindow.cpp | 
| index 8226828c60ffe4adde229f4effb990ee14a17e84..aac917c7d460f71f8166df98d1422cefba3cf79c 100644 | 
| --- a/Source/core/page/DOMWindow.cpp | 
| +++ b/Source/core/page/DOMWindow.cpp | 
| @@ -1389,8 +1389,8 @@ static void didAddStorageEventListener(DOMWindow* window) | 
| // notifications about storage events that might be triggered in other processes. Rather | 
| // than subscribe to these notifications explicitly, we subscribe to them implicitly to | 
| // simplify the work done by the system. | 
| -    window->localStorage(IGNORE_EXCEPTION_STATE); | 
| -    window->sessionStorage(IGNORE_EXCEPTION_STATE); | 
| +    window->localStorage(IGNORE_EXCEPTION); | 
| +    window->sessionStorage(IGNORE_EXCEPTION); | 
| } | 
|  | 
| bool DOMWindow::addEventListener(const AtomicString& eventType, PassRefPtr<EventListener> listener, bool useCapture) | 
|  |