| Index: third_party/WebKit/Source/platform/EventDispatchForbiddenScope.h
|
| diff --git a/third_party/WebKit/Source/platform/EventDispatchForbiddenScope.h b/third_party/WebKit/Source/platform/EventDispatchForbiddenScope.h
|
| index 5e97eb9707a795a8b0b8a057cc5d29bde4fb6790..52b21350d2e9e7212d658b7a0e8ebd648ec82b3e 100644
|
| --- a/third_party/WebKit/Source/platform/EventDispatchForbiddenScope.h
|
| +++ b/third_party/WebKit/Source/platform/EventDispatchForbiddenScope.h
|
| @@ -42,7 +42,7 @@ public:
|
| STACK_ALLOCATED();
|
| public:
|
| AllowUserAgentEvents()
|
| - : m_change(s_count, 0)
|
| + : m_change(&s_count, 0)
|
| {
|
| ASSERT(isMainThread());
|
| }
|
|
|