Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Unified Diff: third_party/WebKit/Source/build/scripts/templates/ElementLookupTrie.h.tmpl

Issue 1392863002: Fix HTMLToken::Attribute::value handling in AtomicHTMLToken (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style fix. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698