Title: [125729] trunk/Source/WebCore
Revision
125729
Author
[email protected]
Date
2012-08-15 17:52:20 -0700 (Wed, 15 Aug 2012)

Log Message

EFL build fix attempt after r125711. Touch an IDL file to regenerate derived sources.

* html/HTMLAllCollection.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (125728 => 125729)


--- trunk/Source/WebCore/ChangeLog	2012-08-16 00:50:52 UTC (rev 125728)
+++ trunk/Source/WebCore/ChangeLog	2012-08-16 00:52:20 UTC (rev 125729)
@@ -1,3 +1,9 @@
+2012-08-15  Ryosuke Niwa  <[email protected]>
+
+        EFL build fix attempt after r125711. Touch an IDL file to regenerate derived sources.
+
+        * html/HTMLAllCollection.idl:
+
 2012-08-15  Alec Flett  <[email protected]>
 
         IndexedDB: generate index keys for existing data in createIndex in front end

Modified: trunk/Source/WebCore/html/HTMLAllCollection.idl (125728 => 125729)


--- trunk/Source/WebCore/html/HTMLAllCollection.idl	2012-08-16 00:50:52 UTC (rev 125728)
+++ trunk/Source/WebCore/html/HTMLAllCollection.idl	2012-08-16 00:52:20 UTC (rev 125729)
@@ -36,7 +36,6 @@
         readonly attribute unsigned long length;
         [Custom] Node item(in [Optional=DefaultIsUndefined] unsigned long index);
         [Custom] Node namedItem(in DOMString name);
-
         // FIXME: This should return an HTMLAllCollection.
         NodeList tags(in DOMString name);
     };
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to