Title: [196805] trunk/Source/WebCore
Revision
196805
Author
[email protected]
Date
2016-02-19 00:47:00 -0800 (Fri, 19 Feb 2016)

Log Message

Unreviewed. Fix GObject DOM bindings API break after r196769.

* html/HTMLTextAreaElement.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (196804 => 196805)


--- trunk/Source/WebCore/ChangeLog	2016-02-19 08:09:57 UTC (rev 196804)
+++ trunk/Source/WebCore/ChangeLog	2016-02-19 08:47:00 UTC (rev 196805)
@@ -1,3 +1,9 @@
+2016-02-19  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix GObject DOM bindings API break after r196769.
+
+        * html/HTMLTextAreaElement.idl:
+
 2016-02-18  Gwang Yoon Hwang  <[email protected]>
 
         [GTK] Limit the number of tiles according to the visible area

Modified: trunk/Source/WebCore/html/HTMLTextAreaElement.idl (196804 => 196805)


--- trunk/Source/WebCore/html/HTMLTextAreaElement.idl	2016-02-19 08:09:57 UTC (rev 196804)
+++ trunk/Source/WebCore/html/HTMLTextAreaElement.idl	2016-02-19 08:47:00 UTC (rev 196805)
@@ -29,7 +29,7 @@
     [Reflect] attribute DOMString placeholder;
     [Reflect] attribute boolean readOnly;
     [Reflect] attribute boolean required;
-#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
+#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C || defined(LANGUAGE_GOBJECT) && LANGUAGE_GOBJECT
     attribute long rows;
     attribute long cols;
 #else
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to