Title: [208098] trunk/Source/WebCore
Revision
208098
Author
da...@apple.com
Date
2016-10-28 22:02:00 -0700 (Fri, 28 Oct 2016)

Log Message

Fix mismerge that broke a CEReactions test.

* html/HTMLOptionsCollection.idl: Add back CEReactions to the remove function.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208097 => 208098)


--- trunk/Source/WebCore/ChangeLog	2016-10-29 03:16:10 UTC (rev 208097)
+++ trunk/Source/WebCore/ChangeLog	2016-10-29 05:02:00 UTC (rev 208098)
@@ -1,5 +1,11 @@
 2016-10-28  Darin Adler  <da...@apple.com>
 
+        Fix mismerge that broke a CEReactions test.
+
+        * html/HTMLOptionsCollection.idl: Add back CEReactions to the remove function.
+
+2016-10-28  Darin Adler  <da...@apple.com>
+
         Move all classes in the HTML directory from ExceptionCode to Exception
         https://bugs.webkit.org/show_bug.cgi?id=163876
 

Modified: trunk/Source/WebCore/html/HTMLOptionsCollection.idl (208097 => 208098)


--- trunk/Source/WebCore/html/HTMLOptionsCollection.idl	2016-10-29 03:16:10 UTC (rev 208097)
+++ trunk/Source/WebCore/html/HTMLOptionsCollection.idl	2016-10-29 05:02:00 UTC (rev 208098)
@@ -32,7 +32,7 @@
 
     [CEReactions, MayThrowException] void add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
 
-    void remove(long index);
+    [CEReactions] void remove(long index);
 
     // FIXME: This overload is not in the specification and has been dropped from Blink.
     [CEReactions] void remove(HTMLOptionElement option);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to