| Index: third_party/WebKit/Source/core/frame/Frame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Frame.cpp b/third_party/WebKit/Source/core/frame/Frame.cpp
|
| index 36729ad46393f405d1d0a128f320b3bc3125a1e4..e5f6e289f33a9467bb4809a40f3c92d209f52edf 100644
|
| --- a/third_party/WebKit/Source/core/frame/Frame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Frame.cpp
|
| @@ -124,6 +124,7 @@ HTMLFrameOwnerElement* Frame::deprecatedLocalOwner() const {
|
| }
|
|
|
| static ChromeClient& emptyChromeClient() {
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(EmptyChromeClient, client, (EmptyChromeClient::create()));
|
| return client;
|
| }
|
|
|