Title: [191361] trunk/Source/WebCore
Revision
191361
Author
[email protected]
Date
2015-10-20 15:38:55 -0700 (Tue, 20 Oct 2015)

Log Message

Unreviewed, GTK API test fix after r191351.

Reverted API change for GTK bindings.

* html/HTMLOptionsCollection.idl:
* html/HTMLSelectElement.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (191360 => 191361)


--- trunk/Source/WebCore/ChangeLog	2015-10-20 22:02:37 UTC (rev 191360)
+++ trunk/Source/WebCore/ChangeLog	2015-10-20 22:38:55 UTC (rev 191361)
@@ -1,5 +1,14 @@
 2015-10-20  Chris Dumez  <[email protected]>
 
+        Unreviewed, GTK API test fix after r191351.
+
+        Reverted API change for GTK bindings.
+
+        * html/HTMLOptionsCollection.idl:
+        * html/HTMLSelectElement.idl:
+
+2015-10-20  Chris Dumez  <[email protected]>
+
         Unreviewed, Another GTK build fix after r191351.
 
         * html/HTMLCollection.idl:

Modified: trunk/Source/WebCore/html/HTMLOptionsCollection.idl (191360 => 191361)


--- trunk/Source/WebCore/html/HTMLOptionsCollection.idl	2015-10-20 22:02:37 UTC (rev 191360)
+++ trunk/Source/WebCore/html/HTMLOptionsCollection.idl	2015-10-20 22:38:55 UTC (rev 191361)
@@ -26,7 +26,7 @@
     attribute long selectedIndex;
     [CustomSetter, SetterRaisesException] attribute unsigned long length;
 
-#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
+#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C || defined(LANGUAGE_GOBJECT) && LANGUAGE_GOBJECT
     getter Node namedItem([Default=Undefined] optional DOMString name);
 #else
     getter HTMLOptionElement namedItem([Default=Undefined] optional DOMString name);

Modified: trunk/Source/WebCore/html/HTMLSelectElement.idl (191360 => 191361)


--- trunk/Source/WebCore/html/HTMLSelectElement.idl	2015-10-20 22:02:37 UTC (rev 191360)
+++ trunk/Source/WebCore/html/HTMLSelectElement.idl	2015-10-20 22:38:55 UTC (rev 191361)
@@ -40,7 +40,7 @@
     [SetterRaisesException] attribute unsigned long length;
 #endif
 
-#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
+#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C || defined(LANGUAGE_GOBJECT) && LANGUAGE_GOBJECT
     getter Node item(unsigned long index);
     Node namedItem([Default=Undefined] optional DOMString name);
 #else
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to