| Index: third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.h.tmpl
|
| index c207cf57677fdaf301fd2052db4e6d55747b760f..3fc2c0a39ebaa704e8b77481fd49fda5481d59ed 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.h.tmpl
|
| @@ -4,11 +4,12 @@
|
| #ifndef {{namespace}}ElementLookupTrie_h
|
| #define {{namespace}}ElementLookupTrie_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "wtf/text/StringImpl.h"
|
|
|
| namespace blink {
|
|
|
| -StringImpl* lookup{{namespace}}Tag(const UChar* data, unsigned length);
|
| +CORE_EXPORT StringImpl* lookup{{namespace}}Tag(const UChar* data, unsigned length);
|
|
|
| } // namespace blink
|
|
|
|
|