Title: [104396] trunk/Source/WebCore
- Revision
- 104396
- Author
- [email protected]
- Date
- 2012-01-07 19:47:08 -0800 (Sat, 07 Jan 2012)
Log Message
Attempt to regenerate bindings on the Windows bot.
* html/HTMLCollection.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (104395 => 104396)
--- trunk/Source/WebCore/ChangeLog 2012-01-08 03:41:45 UTC (rev 104395)
+++ trunk/Source/WebCore/ChangeLog 2012-01-08 03:47:08 UTC (rev 104396)
@@ -1,3 +1,9 @@
+2012-01-07 Andreas Kling <[email protected]>
+
+ Attempt to regenerate bindings on the Windows bot.
+
+ * html/HTMLCollection.h:
+
2012-01-07 Daniel Bates <[email protected]>
Memory allocator mismatch; Use operator new[] with OwnArrayPtr instead of fastMalloc()
Modified: trunk/Source/WebCore/html/HTMLCollection.h (104395 => 104396)
--- trunk/Source/WebCore/html/HTMLCollection.h 2012-01-08 03:41:45 UTC (rev 104395)
+++ trunk/Source/WebCore/html/HTMLCollection.h 2012-01-08 03:47:08 UTC (rev 104396)
@@ -45,7 +45,7 @@
void deref() { m_base->deref(); }
unsigned length() const;
-
+
virtual Node* item(unsigned index) const;
virtual Node* nextItem() const;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes