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

Unified Diff: Source/core/fetch/ScriptResource.h

Issue 1074703002: Componentization: make core/dom visible for blink_web and blink_tests. (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 | « Source/core/dom/shadow/ShadowRoot.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/ScriptResource.h
diff --git a/Source/core/fetch/ScriptResource.h b/Source/core/fetch/ScriptResource.h
index 05b3cc9d347db4b7f92954328bcb453201f3ec5b..db83c26dd16327341271fed5b415ebeea2ba12f8 100644
--- a/Source/core/fetch/ScriptResource.h
+++ b/Source/core/fetch/ScriptResource.h
@@ -26,6 +26,7 @@
#ifndef ScriptResource_h
#define ScriptResource_h
+#include "core/CoreExport.h"
#include "core/fetch/ResourceClient.h"
#include "core/fetch/TextResource.h"
@@ -33,7 +34,7 @@ namespace blink {
class ScriptResource;
-class ScriptResourceClient : public ResourceClient {
+class CORE_EXPORT ScriptResourceClient : public ResourceClient {
public:
virtual ~ScriptResourceClient() { }
static ResourceClientType expectedType() { return ScriptType; }
« no previous file with comments | « Source/core/dom/shadow/ShadowRoot.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698