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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.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/html/parser/HTMLScriptRunnerHost.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h
index e298c09e6ae60a581a53ad8b58ece5938a2b3053..efec4303040345eda850015b299f8970ada723fe 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h
@@ -26,6 +26,7 @@
#ifndef HTMLScriptRunnerHost_h
#define HTMLScriptRunnerHost_h
+#include "core/CoreExport.h"
#include "wtf/Forward.h"
namespace blink {
@@ -34,7 +35,7 @@ class HTMLInputStream;
class Resource;
class Visitor;
-class HTMLScriptRunnerHost : public GarbageCollectedMixin {
+class CORE_EXPORT HTMLScriptRunnerHost : public GarbageCollectedMixin {
public:
virtual ~HTMLScriptRunnerHost() { }
DEFINE_INLINE_VIRTUAL_TRACE() { }

Powered by Google App Engine
This is Rietveld 408576698