| Index: third_party/WebKit/Source/core/page/Page.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/Page.cpp b/third_party/WebKit/Source/core/page/Page.cpp
|
| index 23f5e9954f6d3befac17aa5893b26a1f72356b9c..b29e7292e60068ced9819937fca7b14733a0a376 100644
|
| --- a/third_party/WebKit/Source/core/page/Page.cpp
|
| +++ b/third_party/WebKit/Source/core/page/Page.cpp
|
| @@ -63,11 +63,13 @@ namespace blink {
|
| // Set of all live pages; includes internal Page objects that are
|
| // not observable from scripts.
|
| static Page::PageSet& allPages() {
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(Page::PageSet, pages, ());
|
| return pages;
|
| }
|
|
|
| Page::PageSet& Page::ordinaryPages() {
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(Page::PageSet, pages, ());
|
| return pages;
|
| }
|
|
|