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