| Index: third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp b/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp
|
| index 93b3e813a4fd0f00236d75a0e2a954e61c55633a..99fcb36c24ca4dcd0d63fae493a8c57ae1fe8976 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp
|
| @@ -36,10 +36,6 @@
|
| #include "platform/wtf/ASCIICType.h"
|
| #include "platform/wtf/text/Unicode.h"
|
|
|
| -// Please don't use DEFINE_STATIC_LOCAL in this file. The HTMLTokenizer is used
|
| -// from multiple threads and DEFINE_STATIC_LOCAL isn't threadsafe.
|
| -#undef DEFINE_STATIC_LOCAL
|
| -
|
| namespace blink {
|
|
|
| using namespace HTMLNames;
|
|
|