| Index: third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp b/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp
|
| index 06ccad5ce8ecced663480da4a992f7ba31e06e72..a25e645d9d0bd94fff9185f4945d2767895d4138 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp
|
| @@ -32,6 +32,7 @@ void FrameLoaderClientWithParent::detached(FrameDetachType) {
|
| }
|
|
|
| ChromeClient& RenderingTest::chromeClient() const {
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(EmptyChromeClient, client, (EmptyChromeClient::create()));
|
| return client;
|
| }
|
|
|