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

Unified Diff: sky/specs/modules.md

Issue 912873002: Specs: forgot to include this line in my last commit (Closed) Base URL: https://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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/modules.md
diff --git a/sky/specs/modules.md b/sky/specs/modules.md
index b8df21f48f9d85ab7bed6c6aa295ffef60b3b4ca..6471f246987d0f877d5579ca42cfca2338237cc1 100644
--- a/sky/specs/modules.md
+++ b/sky/specs/modules.md
@@ -66,7 +66,7 @@ void main() {
LibraryMirror library = reflectClass(_).owner as LibraryMirror;
if (library.declarations.containsKey(#init) && library.declarations[#init] is MethodMirror)
init();
- module.init(library);
+ AutomaticMetadata.runLibrary(library, module);
}
```
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698