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

Unified Diff: third_party/WebKit/Source/core/dom/Node.h

Issue 2491233002: Make UA DOMActivate events composed events (Closed)
Patch Set: wip Created 4 years, 1 month 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/dom/Node.h
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
index 0dca87a2894a125f5fe2fc222840616a74ae2b81..dc3f9c725bc97642f03ecebc6bc5bda6d7f370d4 100644
--- a/third_party/WebKit/Source/core/dom/Node.h
+++ b/third_party/WebKit/Source/core/dom/Node.h
@@ -728,7 +728,7 @@ class CORE_EXPORT Node : public EventTarget {
void dispatchSubtreeModifiedEvent();
DispatchEventResult dispatchDOMActivateEvent(int detail,
- Event* underlyingEvent);
+ Event& underlyingEvent);
DispatchEventResult dispatchMouseEvent(const PlatformMouseEvent&,
const AtomicString& eventType,
« no previous file with comments | « third_party/WebKit/LayoutTests/shadow-dom/event-composed-ua.html ('k') | third_party/WebKit/Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698