HTMLIsIndexElement should not expose HTMLInputElement properties
authoreric@webkit.org <eric@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 31 Jan 2012 20:00:37 +0000 (20:00 +0000)
committereric@webkit.org <eric@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 31 Jan 2012 20:00:37 +0000 (20:00 +0000)
https://bugs.webkit.org/show_bug.cgi?id=76095

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

This is a buildfix for r106373.

* DerivedSources.pri: Removed reference to HTMLIsIndexElement.idl

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106377 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/DerivedSources.pri

index 5e16309..f9f8e55 100644 (file)
@@ -1,3 +1,14 @@
+2012-01-31  Rafael Brandao  <rafael.lobo@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.zhu@intel.com>
 
         WebGL must allocate smaller drawing buffer when the allocation fails. 
index 0dc4221..56c1894 100644 (file)
@@ -278,7 +278,6 @@ IDL_BINDINGS += \
     $$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 \