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

Unified Diff: sky/sdk/lib/rendering/paragraph.dart

Issue 1183603003: Fix typo in RenderParagraph's |inline| getter (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/sdk/lib/rendering/paragraph.dart
diff --git a/sky/sdk/lib/rendering/paragraph.dart b/sky/sdk/lib/rendering/paragraph.dart
index cc04d050801ae0db57fd9ae3a30856dc8003c590..22bd617f69c54783d62f7df80f191b18f766c274 100644
--- a/sky/sdk/lib/rendering/paragraph.dart
+++ b/sky/sdk/lib/rendering/paragraph.dart
@@ -175,7 +175,7 @@ class RenderParagraph extends RenderBox {
InlineBase _inline;
BoxConstraints _constraintsForCurrentLayout;
- String get inline => _inline;
+ InlineBase get inline => _inline;
void set inline (InlineBase value) {
_inline = value;
_layoutRoot.rootElement.setChild(_inline._toDOM(_document));
« 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