Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/AddEventListenerOptionsResolved.h |
| diff --git a/third_party/WebKit/Source/core/events/AddEventListenerOptionsResolved.h b/third_party/WebKit/Source/core/events/AddEventListenerOptionsResolved.h |
| index 0b357b26dc300670cd28634bacafd40621059e37..696910b51ae7b2be8eab22343c0357e2e17882f3 100644 |
| --- a/third_party/WebKit/Source/core/events/AddEventListenerOptionsResolved.h |
| +++ b/third_party/WebKit/Source/core/events/AddEventListenerOptionsResolved.h |
| @@ -28,6 +28,7 @@ public: |
| private: |
| bool m_passiveForcedForDocumentTarget; |
| + bool m_onceBeingRemoved; |
|
dtapuska
2016/08/12 18:44:02
This variable is private and nobody uses it. A cle
Anton Obzhirov
2016/08/15 22:18:01
Yes, seems to be leftover.
|
| }; |
| } // namespace blink |