| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| index 9156bba583b6c602b3a8cc84b4db479d0b50a85d..d8ccb1669a050b2499665873c9010530307ddb68 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| @@ -150,6 +150,7 @@ const char* boolString(bool val) {
|
| }
|
|
|
| DocumentElementSetMap& documentToElementSetMap() {
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(DocumentElementSetMap, map, (new DocumentElementSetMap));
|
| return map;
|
| }
|
|
|