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

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

Issue 2379943002: Revert "Make HTML tree builder simulator switch modes at HTML integration points" (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
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 6a75cb6b742a58607e72ebf75e59ef8ecea5023d..c7166a1359695fd12b0eb0290a286122b5bb860e 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h
@@ -27,7 +27,6 @@
#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"
@@ -37,7 +36,7 @@
namespace blink {
-class CORE_EXPORT HTMLTokenizer {
+class HTMLTokenizer {
WTF_MAKE_NONCOPYABLE(HTMLTokenizer);
USING_FAST_MALLOC(HTMLTokenizer);
public:
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/html/parser/HTMLTreeBuilderSimulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698