Title: [103219] trunk/Source/WebCore
- Revision
- 103219
- Author
- [email protected]
- Date
- 2011-12-18 22:39:12 -0800 (Sun, 18 Dec 2011)
Log Message
Fix typo in comment.
* html/parser/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::callTheAdoptionAgency):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (103218 => 103219)
--- trunk/Source/WebCore/ChangeLog 2011-12-19 06:36:05 UTC (rev 103218)
+++ trunk/Source/WebCore/ChangeLog 2011-12-19 06:39:12 UTC (rev 103219)
@@ -1,3 +1,10 @@
+2011-12-18 Adam Barth <[email protected]>
+
+ Fix typo in comment.
+
+ * html/parser/HTMLTreeBuilder.cpp:
+ (WebCore::HTMLTreeBuilder::callTheAdoptionAgency):
+
2011-12-18 Keishi Hattori <[email protected]>
Implement <input type=color> UI WebKit chromium part
Modified: trunk/Source/WebCore/html/parser/HTMLTreeBuilder.cpp (103218 => 103219)
--- trunk/Source/WebCore/html/parser/HTMLTreeBuilder.cpp 2011-12-19 06:36:05 UTC (rev 103218)
+++ trunk/Source/WebCore/html/parser/HTMLTreeBuilder.cpp 2011-12-19 06:39:12 UTC (rev 103219)
@@ -1526,7 +1526,7 @@
void HTMLTreeBuilder::callTheAdoptionAgency(AtomicHTMLToken& token)
{
// The adoption agency algorithm is N^2. We limit the number of iterations
- // to stop from hanging the whole browser. This limit is specifying in the
+ // to stop from hanging the whole browser. This limit is specified in the
// adoption agency algorithm:
// http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html#parsing-main-inbody
static const int outerIterationLimit = 8;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes