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

Unified Diff: lib/compiler/implementation/elements/elements.dart

Issue 10873025: Inlining of static functions: applying Florian's CL. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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: lib/compiler/implementation/elements/elements.dart
===================================================================
--- lib/compiler/implementation/elements/elements.dart (revision 11216)
+++ lib/compiler/implementation/elements/elements.dart (working copy)
@@ -304,10 +304,10 @@
* information about the error that caused the element to be unresolvable
* or otherwise invalid.
*
- * Accessing any field or calling any method defined on [Element] except
- * [isValid] will currently throw an exception. (This might change when we
- * actually want more information on the erroneous element, e.g., the name
- * of the element we were trying to resolve.)
+ * Accessing any field or calling any method defined on [ErroneousElement]
+ * except [isErroneous] will currently throw an exception. (This might
+ * change when we actually want more information on the erroneous element,
+ * e.g., the name of the element we were trying to resolve.)
*
* Code that cannot not handle an [ErroneousElement] should use
* [: Element.isInvalid(element) :]
« no previous file with comments | « no previous file | lib/compiler/implementation/ssa/builder.dart » ('j') | lib/compiler/implementation/ssa/builder.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698