| Index: third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp
|
| index 7b396aac3470f3e753c4b45ad432b0b8744da1ce..f7a18e1f4e55c25d5255ee77057563d5cab41507 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp
|
| @@ -37,7 +37,7 @@ const int kMaxActionIconSizePx = 128;
|
| class NotificationResourcesLoaderTest : public ::testing::Test {
|
| public:
|
| NotificationResourcesLoaderTest()
|
| - : m_page(DummyPageHolder::create()), m_loader(new NotificationResourcesLoader(bind(&NotificationResourcesLoaderTest::didFetchResources, this)))
|
| + : m_page(DummyPageHolder::create()), m_loader(new NotificationResourcesLoader(bind(&NotificationResourcesLoaderTest::didFetchResources, WTF::unretained(this))))
|
| {
|
| }
|
|
|
|
|