Chromium Code Reviews| Index: Source/modules/serviceworkers/WaitUntilObserver.h |
| diff --git a/Source/modules/serviceworkers/WaitUntilObserver.h b/Source/modules/serviceworkers/WaitUntilObserver.h |
| index c5f537a7215ddfed8fea894dca9f8eb22a2a4cb4..555a457cc88efbf19e5287dae03a1f16a94547b3 100644 |
| --- a/Source/modules/serviceworkers/WaitUntilObserver.h |
| +++ b/Source/modules/serviceworkers/WaitUntilObserver.h |
| @@ -44,6 +44,7 @@ private: |
| int m_eventID; |
| int m_pendingActivity; |
| + bool m_error; |
|
kinuko
2014/03/25 11:26:51
m_hasError might be better? (Otherwise this var na
falken
2014/03/26 07:26:36
Done, replaced with the new enum.
|
| }; |
| } // namespace WebCore |