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

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

Issue 2024913002: Fix runtime setting forcing passive event listeners to scroll blocking events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout test Created 4 years, 7 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/EventTarget.h
diff --git a/third_party/WebKit/Source/core/events/EventTarget.h b/third_party/WebKit/Source/core/events/EventTarget.h
index 5b695d294a3e96084e87d32e60bb8a2f8fed648a..56b05446fe18983ecfe9958d116b42021dbec197 100644
--- a/third_party/WebKit/Source/core/events/EventTarget.h
+++ b/third_party/WebKit/Source/core/events/EventTarget.h
@@ -172,7 +172,7 @@ protected:
private:
LocalDOMWindow* executingWindow();
- void setDefaultAddEventListenerOptions(AddEventListenerOptions&);
+ void setDefaultAddEventListenerOptions(const AtomicString& eventType, AddEventListenerOptions&);
bool fireEventListeners(Event*, EventTargetData*, EventListenerVector&);
void countLegacyEvents(const AtomicString& legacyTypeName, EventListenerVector*, EventListenerVector*);

Powered by Google App Engine
This is Rietveld 408576698