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

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

Issue 2101523002: Make HTML tree builder simulator switch modes at HTML integration points (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix? MSVC unsigned/signed complaints. Created 4 years, 6 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
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:

Powered by Google App Engine
This is Rietveld 408576698