| Index: third_party/WebKit/Source/core/events/Event.h
|
| diff --git a/third_party/WebKit/Source/core/events/Event.h b/third_party/WebKit/Source/core/events/Event.h
|
| index 84ac4da0393e1baacb92a55ae139c918587c9f25..119b255c03dffa8aad48cc4d6fc21adbc388c25d 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.h
|
| +++ b/third_party/WebKit/Source/core/events/Event.h
|
| @@ -242,6 +242,7 @@ private:
|
| unsigned m_canBubble:1;
|
| unsigned m_cancelable:1;
|
| unsigned m_composed:1;
|
| + unsigned m_isEventTypeScopedInV0:1;
|
|
|
| unsigned m_propagationStopped:1;
|
| unsigned m_immediatePropagationStopped:1;
|
|
|