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

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

Issue 2863183003: DevTools: report adding mutation event listener as a violations. (Closed)
Patch Set: same Created 3 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/EventUtil.h
diff --git a/third_party/WebKit/Source/core/events/EventUtil.h b/third_party/WebKit/Source/core/events/EventUtil.h
index e15ad5276ae48d9827feac598262f39665397af4..b1908400063cc5be135130703b3d3fcc910767e5 100644
--- a/third_party/WebKit/Source/core/events/EventUtil.h
+++ b/third_party/WebKit/Source/core/events/EventUtil.h
@@ -13,6 +13,8 @@ namespace EventUtil {
bool IsPointerEventType(const AtomicString& event_type);
+bool IsDOMMutationEventType(const AtomicString& event_type);
+
} // namespace eventUtil
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/events/EventTarget.cpp ('k') | third_party/WebKit/Source/core/events/EventUtil.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698