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

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

Issue 2790473002: [ES6 modules] Introduce ScriptModuleResolverImpl (Closed)
Patch Set: exp Created 3 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
Index: third_party/WebKit/Source/core/dom/ScriptModuleResolver.h
diff --git a/third_party/WebKit/Source/core/dom/ScriptModuleResolver.h b/third_party/WebKit/Source/core/dom/ScriptModuleResolver.h
index f612f653875d564ff6486f3d5074ed8b21deb25a..e30bd01e7d07a976112e1dbac0fff5352bd3d6e3 100644
--- a/third_party/WebKit/Source/core/dom/ScriptModuleResolver.h
+++ b/third_party/WebKit/Source/core/dom/ScriptModuleResolver.h
@@ -6,6 +6,7 @@
#define ScriptModuleResolver_h
#include "bindings/core/v8/ExceptionState.h"
+#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
#include "wtf/text/WTFString.h"
@@ -21,7 +22,7 @@ class ModuleScript;
// the specifier, and the module identified by 'x' is the descendant.
// ScriptModuleResolver, given a referrer and specifier, can look up the
// descendant.
-class ScriptModuleResolver
+class CORE_EXPORT ScriptModuleResolver
: public GarbageCollectedFinalized<ScriptModuleResolver> {
public:
virtual ~ScriptModuleResolver() {}
« no previous file with comments | « third_party/WebKit/Source/core/dom/Modulator.h ('k') | third_party/WebKit/Source/core/dom/ScriptModuleResolverImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698