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

Unified Diff: sky/engine/core/app/Module.h

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/core/app/Application.idl ('k') | sky/engine/core/app/Module.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/app/Module.h
diff --git a/sky/engine/core/app/Module.h b/sky/engine/core/app/Module.h
index 525b62734f9b2317118509768782d70c2685330e..d7e553a4ce2e85f89dd19810b64ac529da839398 100644
--- a/sky/engine/core/app/Module.h
+++ b/sky/engine/core/app/Module.h
@@ -11,7 +11,6 @@ namespace blink {
class Application;
class Module : public AbstractModule {
- DEFINE_WRAPPERTYPEINFO();
public:
static PassRefPtr<Module> create(ExecutionContext* context,
Application* application,
@@ -24,9 +23,6 @@ public:
Application* application() const { return application_.get(); }
- void setExports(ScriptState*, const ScriptValue& exports);
- const ScriptValue& exports(ScriptState*) const;
-
private:
Module(ExecutionContext* context,
Application* application,
@@ -37,7 +33,6 @@ private:
Application* GetApplication() override;
RefPtr<Application> application_;
- mutable ScriptValue exports_;
};
} // namespace blink
« no previous file with comments | « sky/engine/core/app/Application.idl ('k') | sky/engine/core/app/Module.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698