Title: [196136] trunk/Source/WebCore
Revision
196136
Author
[email protected]
Date
2016-02-04 11:38:12 -0800 (Thu, 04 Feb 2016)

Log Message

Unreviewed, fix the EFL clean build after r196123
https://bugs.webkit.org/show_bug.cgi?id=153875

* CMakeLists.txt:
* PlatformGTK.cmake:
* PlatformMac.cmake:
* html/DOMSettableTokenList.h:
* html/DOMSettableTokenList.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (196135 => 196136)


--- trunk/Source/WebCore/CMakeLists.txt	2016-02-04 19:27:11 UTC (rev 196135)
+++ trunk/Source/WebCore/CMakeLists.txt	2016-02-04 19:38:12 UTC (rev 196136)
@@ -436,7 +436,6 @@
     fileapi/FileReaderSync.idl
 
     html/DOMFormData.idl
-    html/DOMSettableTokenList.idl
     html/DOMTokenList.idl
     html/DOMURL.idl
     html/HTMLAllCollection.idl

Modified: trunk/Source/WebCore/ChangeLog (196135 => 196136)


--- trunk/Source/WebCore/ChangeLog	2016-02-04 19:27:11 UTC (rev 196135)
+++ trunk/Source/WebCore/ChangeLog	2016-02-04 19:38:12 UTC (rev 196136)
@@ -1,3 +1,14 @@
+2016-02-04  Chris Dumez  <[email protected]>
+
+        Unreviewed, fix the EFL clean build after r196123
+        https://bugs.webkit.org/show_bug.cgi?id=153875
+
+        * CMakeLists.txt:
+        * PlatformGTK.cmake:
+        * PlatformMac.cmake:
+        * html/DOMSettableTokenList.h:
+        * html/DOMSettableTokenList.idl:
+
 2016-02-04  Eric Carlson  <[email protected]>
 
         PageGroup::captionPreferences should return a reference

Modified: trunk/Source/WebCore/PlatformGTK.cmake (196135 => 196136)


--- trunk/Source/WebCore/PlatformGTK.cmake	2016-02-04 19:27:11 UTC (rev 196135)
+++ trunk/Source/WebCore/PlatformGTK.cmake	2016-02-04 19:38:12 UTC (rev 196136)
@@ -715,7 +715,6 @@
     dom/Touch.idl
     dom/WebKitNamedFlow.idl
 
-    html/DOMSettableTokenList.idl
     html/DOMTokenList.idl
     html/HTMLDetailsElement.idl
     html/HTMLKeygenElement.idl

Modified: trunk/Source/WebCore/PlatformMac.cmake (196135 => 196136)


--- trunk/Source/WebCore/PlatformMac.cmake	2016-02-04 19:27:11 UTC (rev 196135)
+++ trunk/Source/WebCore/PlatformMac.cmake	2016-02-04 19:38:12 UTC (rev 196136)
@@ -791,6 +791,7 @@
     fileapi/File.idl
     fileapi/FileList.idl
 
+    html/DOMSettableTokenList.idl
     html/DOMTokenList.idl
     html/HTMLAnchorElement.idl
     html/HTMLAppletElement.idl

Modified: trunk/Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp (196135 => 196136)


--- trunk/Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp	2016-02-04 19:27:11 UTC (rev 196135)
+++ trunk/Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp	2016-02-04 19:38:12 UTC (rev 196136)
@@ -19,10 +19,9 @@
 #include "config.h"
 #include "WebKitDOMCustom.h"
 
-#include "DOMSettableTokenList.h"
+#include "DOMTokenList.h"
 #include "JSMainThreadExecState.h"
 #include "SerializedScriptValue.h"
-#include "WebKitDOMDOMSettableTokenListPrivate.h"
 #include "WebKitDOMDOMWindowPrivate.h"
 #include "WebKitDOMHTMLInputElement.h"
 #include "WebKitDOMHTMLInputElementPrivate.h"

Modified: trunk/Source/WebCore/html/DOMSettableTokenList.h (196135 => 196136)


--- trunk/Source/WebCore/html/DOMSettableTokenList.h	2016-02-04 19:27:11 UTC (rev 196135)
+++ trunk/Source/WebCore/html/DOMSettableTokenList.h	2016-02-04 19:38:12 UTC (rev 196136)
@@ -32,7 +32,7 @@
 
 namespace WebCore {
 
-// Only used by ObjC and GObject bindings.
+// Only used by ObjC bindings.
 class DOMSettableTokenList : public DOMTokenList {
     WTF_MAKE_FAST_ALLOCATED;
 };

Modified: trunk/Source/WebCore/html/DOMSettableTokenList.idl (196135 => 196136)


--- trunk/Source/WebCore/html/DOMSettableTokenList.idl	2016-02-04 19:27:11 UTC (rev 196135)
+++ trunk/Source/WebCore/html/DOMSettableTokenList.idl	2016-02-04 19:38:12 UTC (rev 196136)
@@ -22,7 +22,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C || defined(LANGUAGE_GOBJECT) && LANGUAGE_GOBJECT
+#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
 
 [
     NoInterfaceObject,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to