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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h

Issue 2379963002: Export HTMLTokenizer after ca0779373e8e350e84eb006ead1baea7957405bb. (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h b/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h
index c7166a1359695fd12b0eb0290a286122b5bb860e..6a75cb6b742a58607e72ebf75e59ef8ecea5023d 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h
@@ -27,6 +27,7 @@
#ifndef HTMLTokenizer_h
#define HTMLTokenizer_h
+#include "core/CoreExport.h"
#include "core/html/parser/HTMLParserOptions.h"
#include "core/html/parser/HTMLToken.h"
#include "core/html/parser/InputStreamPreprocessor.h"
@@ -36,7 +37,7 @@
namespace blink {
-class HTMLTokenizer {
+class CORE_EXPORT HTMLTokenizer {
WTF_MAKE_NONCOPYABLE(HTMLTokenizer);
USING_FAST_MALLOC(HTMLTokenizer);
public:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698