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

Unified Diff: Source/core/html/parser/HTMLParserOptions.h

Issue 1119883003: Componentization: make HTMLPreloadScanner, HTMLParserOptions, and ResourcePreloader visible for HTM… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | Source/core/html/parser/HTMLPreloadScanner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLParserOptions.h
diff --git a/Source/core/html/parser/HTMLParserOptions.h b/Source/core/html/parser/HTMLParserOptions.h
index 847c42004c7a5cceaff0185d9ba68f90eb2e08fa..8d8ef514c68598705639d8a995eee40f55dc6dac 100644
--- a/Source/core/html/parser/HTMLParserOptions.h
+++ b/Source/core/html/parser/HTMLParserOptions.h
@@ -26,11 +26,13 @@
#ifndef HTMLParserOptions_h
#define HTMLParserOptions_h
+#include "core/CoreExport.h"
+
namespace blink {
class Document;
-class HTMLParserOptions {
+class CORE_EXPORT HTMLParserOptions {
public:
bool scriptEnabled;
bool pluginsEnabled;
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLPreloadScanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698