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

Unified Diff: third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h

Issue 2172613002: Renderer-side changes for NoState Prefetch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix style Created 4 years, 4 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/dom/ScriptableDocumentParser.h
diff --git a/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h b/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h
index 9d6fbcc4de7757468d15f77f47e721d6cb4c8b76..80892eb3077909ed3fe2373bac04fe8adf847a40 100644
--- a/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h
+++ b/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h
@@ -26,13 +26,14 @@
#ifndef ScriptableDocumentParser_h
#define ScriptableDocumentParser_h
+#include "core/CoreExport.h"
#include "core/dom/DecodedDataDocumentParser.h"
#include "core/dom/ParserContentPolicy.h"
#include "wtf/text/TextPosition.h"
namespace blink {
-class ScriptableDocumentParser : public DecodedDataDocumentParser {
+class CORE_EXPORT ScriptableDocumentParser : public DecodedDataDocumentParser {
public:
// Only used by Document::open for deciding if its safe to act on a
// JavaScript document.open() call right now, or it should be ignored.
« no previous file with comments | « third_party/WebKit/Source/core/dom/DocumentParser.h ('k') | third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698