Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1030)

Unified Diff: third_party/WebKit/Source/core/events/AddEventListenerOptionsResolved.h

Issue 2245723002: Support "once" event listener option (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698