Title: [106377] trunk/Source/WebCore
Revision
106377
Author
e...@webkit.org
Date
2012-01-31 12:00:37 -0800 (Tue, 31 Jan 2012)

Log Message

HTMLIsIndexElement should not expose HTMLInputElement properties
https://bugs.webkit.org/show_bug.cgi?id=76095

Patch by Rafael Brandao <rafael.l...@openbossa.org> on 2012-01-31
Reviewed by Eric Seidel.

This is a buildfix for r106373.

* DerivedSources.pri: Removed reference to HTMLIsIndexElement.idl

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (106376 => 106377)


--- trunk/Source/WebCore/ChangeLog	2012-01-31 20:00:09 UTC (rev 106376)
+++ trunk/Source/WebCore/ChangeLog	2012-01-31 20:00:37 UTC (rev 106377)
@@ -1,3 +1,14 @@
+2012-01-31  Rafael Brandao  <rafael.l...@openbossa.org>
+
+        HTMLIsIndexElement should not expose HTMLInputElement properties
+        https://bugs.webkit.org/show_bug.cgi?id=76095
+
+        Reviewed by Eric Seidel.
+
+        This is a buildfix for r106373.
+
+        * DerivedSources.pri: Removed reference to HTMLIsIndexElement.idl
+
 2012-01-31  Yongsheng Zhu  <yongsheng....@intel.com>
 
         WebGL must allocate smaller drawing buffer when the allocation fails. 

Modified: trunk/Source/WebCore/DerivedSources.pri (106376 => 106377)


--- trunk/Source/WebCore/DerivedSources.pri	2012-01-31 20:00:09 UTC (rev 106376)
+++ trunk/Source/WebCore/DerivedSources.pri	2012-01-31 20:00:37 UTC (rev 106377)
@@ -278,7 +278,6 @@
     $$PWD/html/HTMLIFrameElement.idl \
     $$PWD/html/HTMLImageElement.idl \
     $$PWD/html/HTMLInputElement.idl \
-    $$PWD/html/HTMLIsIndexElement.idl \
     $$PWD/html/HTMLKeygenElement.idl \
     $$PWD/html/HTMLLabelElement.idl \
     $$PWD/html/HTMLLegendElement.idl \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to