| Index: third_party/WebKit/Source/modules/notifications/Notification.h
|
| diff --git a/third_party/WebKit/Source/modules/notifications/Notification.h b/third_party/WebKit/Source/modules/notifications/Notification.h
|
| index f9d541f0ef0d190b74a07476142084c4c2e1b66c..3ecfcf118f2a1472aeb2b63772df3b7dba4b580d 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.h
|
| @@ -153,7 +153,7 @@ private:
|
|
|
| NotificationState m_state;
|
|
|
| - AsyncMethodRunner<Notification> m_asyncRunner;
|
| + Member<AsyncMethodRunner<Notification>> m_asyncRunner;
|
| };
|
|
|
| } // namespace blink
|
|
|