| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index ed43c6ba7698695620d2501df450489b9365a34e..0cec76b75bf65dd0974b1298108b3519552e58b2 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -427,12 +427,7 @@ blink::WebSocketHandle* BlinkPlatformImpl::createWebSocketHandle() {
|
| }
|
|
|
| WebString BlinkPlatformImpl::userAgent() {
|
| - CR_DEFINE_STATIC_LOCAL(
|
| - blink::WebString, user_agent,
|
| - (blink::WebString::fromUTF8(GetContentClient()->GetUserAgent())));
|
| - DCHECK(user_agent ==
|
| - blink::WebString::fromUTF8(GetContentClient()->GetUserAgent()));
|
| - return user_agent;
|
| + return blink::WebString::fromUTF8(GetContentClient()->GetUserAgent());
|
| }
|
|
|
| WebData BlinkPlatformImpl::parseDataURL(const WebURL& url,
|
|
|