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

Unified Diff: third_party/WebKit/Source/core/frame/EventHandlerRegistry.h

Issue 2653463003: Fix assertion hit on debug build for EventHandlerRegistry (Closed)
Patch Set: Fix a typo. Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/EventHandlerRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
diff --git a/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h b/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
index a6186a0a2a74f5f259a7fc3e2b9ef5af62277ca7..5802697eb88266fe454ff78abafb73addf8eb42a 100644
--- a/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
+++ b/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
@@ -118,7 +118,7 @@ class CORE_EXPORT EventHandlerRegistry final
void updateAllEventHandlers(ChangeOperation, EventTarget&);
- void checkConsistency() const;
+ void checkConsistency(EventHandlerClass) const;
Member<FrameHost> m_frameHost;
EventTargetSet m_targets[EventHandlerClassCount];
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/EventHandlerRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698