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

Unified Diff: src/site/_includes/library-tour/isolates.markdown

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: Created 8 years, 5 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 | « src/site/_includes/language-tour/typedefs/index.markdown ('k') | src/site/_includes/nav.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/_includes/library-tour/isolates.markdown
diff --git a/src/site/_includes/library-tour/isolates.markdown b/src/site/_includes/library-tour/isolates.markdown
index 2e0b36443ae5154e435578024b7198fe5034ea12..977c841c4ba81e554b645b1178ee8cf5e35059f2 100644
--- a/src/site/_includes/library-tour/isolates.markdown
+++ b/src/site/_includes/library-tour/isolates.markdown
@@ -67,10 +67,13 @@ It is illegal to use a function closure as an entry point to an isolate.
Pass the entry point to
[spawnFunction()](http://api.dartlang.org/dart_isolate.html#spawnFunction).
-<aside class="note" id="isolates-static-method" markdown="1">
-<b>Note:</b> Both the dart2js compiler and the Dart VM
-([bug #3011](http://code.google.com/p/dart/issues/detail?id=3011)) do not yet
-support static methods as isolate entry points.
+<aside id="isolates-static-method">
+ <div class="alert alert-info">
+ <strong>Tip:</strong>
+ <b>Note:</b> Both the dart2js compiler and the Dart VM
+ <a href="http://code.google.com/p/dart/issues/detail?id=3011">bug #3011</a>
+ do not yet support static methods as isolate entry points.
+ </div>
</aside>
{% highlight dart %}
« no previous file with comments | « src/site/_includes/language-tour/typedefs/index.markdown ('k') | src/site/_includes/nav.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698