| 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,
|
|
|