Title: [118139] trunk/Source/WebCore
Revision
118139
Author
[email protected]
Date
2012-05-23 00:37:07 -0700 (Wed, 23 May 2012)

Log Message

Fix a typo per Darin's comment.

* rendering/RenderBlockLineLayout.cpp:
(WebCore::constructBidiRuns):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (118138 => 118139)


--- trunk/Source/WebCore/ChangeLog	2012-05-23 07:30:44 UTC (rev 118138)
+++ trunk/Source/WebCore/ChangeLog	2012-05-23 07:37:07 UTC (rev 118139)
@@ -1,3 +1,10 @@
+2012-05-23  Ryosuke Niwa  <[email protected]>
+
+        Fix a typo per Darin's comment.
+
+        * rendering/RenderBlockLineLayout.cpp:
+        (WebCore::constructBidiRuns):
+
 2012-05-23  Kentaro Hara  <[email protected]>
 
         [V8] Pass Isolate to v8::Null() in custom bindings (Part 2)

Modified: trunk/Source/WebCore/rendering/RenderBlockLineLayout.cpp (118138 => 118139)


--- trunk/Source/WebCore/rendering/RenderBlockLineLayout.cpp	2012-05-23 07:30:44 UTC (rev 118138)
+++ trunk/Source/WebCore/rendering/RenderBlockLineLayout.cpp	2012-05-23 07:37:07 UTC (rev 118139)
@@ -1001,7 +1001,7 @@
         // rniwa says previousLineBrokeCleanly is just a WinIE hack and could always be false here?
         isolatedResolver.createBidiRunsForLine(endOfLine, NoVisualOverride, previousLineBrokeCleanly);
         // Note that we do not delete the runs from the resolver.
-        // We're not guarnateed to get any BidiRuns in the previous step. If we don't, we allow the placeholder
+        // We're not guaranteed to get any BidiRuns in the previous step. If we don't, we allow the placeholder
         // itself to be turned into an InlineBox. We can't remove it here without potentially losing track of
         // the logically last run.
         if (isolatedResolver.runs().runCount())
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to