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

Log Message

Unreviewed, Another GTK build fix after r191351.

* html/HTMLCollection.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (191358 => 191359)


--- trunk/Source/WebCore/ChangeLog	2015-10-20 21:51:15 UTC (rev 191358)
+++ trunk/Source/WebCore/ChangeLog	2015-10-20 22:00:24 UTC (rev 191359)
@@ -2,6 +2,12 @@
 
         Unreviewed, Another GTK build fix after r191351.
 
+        * html/HTMLCollection.idl:
+
+2015-10-20  Chris Dumez  <[email protected]>
+
+        Unreviewed, Another GTK build fix after r191351.
+
         * html/HTMLFieldSetElement.cpp:
         (WebCore::HTMLFieldSetElement::elementsForNativeBindings):
         (WebCore::HTMLFieldSetElement::elementsForObjC): Deleted.

Modified: trunk/Source/WebCore/html/HTMLCollection.idl (191358 => 191359)


--- trunk/Source/WebCore/html/HTMLCollection.idl	2015-10-20 21:51:15 UTC (rev 191358)
+++ trunk/Source/WebCore/html/HTMLCollection.idl	2015-10-20 22:00:24 UTC (rev 191359)
@@ -26,7 +26,7 @@
 ] interface HTMLCollection {
     readonly 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 item([Default=Undefined] optional unsigned long index);
     getter 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