Changeset 196136 in webkit


Ignore:
Timestamp:
Feb 4, 2016 11:38:12 AM (8 years ago)
Author:
Chris Dumez
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:
Location:
trunk/Source/WebCore
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/CMakeLists.txt

    r196128 r196136  
    437437
    438438    html/DOMFormData.idl
    439     html/DOMSettableTokenList.idl
    440439    html/DOMTokenList.idl
    441440    html/DOMURL.idl
  • trunk/Source/WebCore/ChangeLog

    r196135 r196136  
     12016-02-04  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, fix the EFL clean build after r196123
     4        https://bugs.webkit.org/show_bug.cgi?id=153875
     5
     6        * CMakeLists.txt:
     7        * PlatformGTK.cmake:
     8        * PlatformMac.cmake:
     9        * html/DOMSettableTokenList.h:
     10        * html/DOMSettableTokenList.idl:
     11
    1122016-02-04  Eric Carlson  <eric.carlson@apple.com>
    213
  • trunk/Source/WebCore/PlatformGTK.cmake

    r196117 r196136  
    716716    dom/WebKitNamedFlow.idl
    717717
    718     html/DOMSettableTokenList.idl
    719718    html/DOMTokenList.idl
    720719    html/HTMLDetailsElement.idl
  • trunk/Source/WebCore/PlatformMac.cmake

    r195998 r196136  
    792792    fileapi/FileList.idl
    793793
     794    html/DOMSettableTokenList.idl
    794795    html/DOMTokenList.idl
    795796    html/HTMLAnchorElement.idl
  • trunk/Source/WebCore/bindings/gobject/WebKitDOMCustom.cpp

    r190040 r196136  
    2020#include "WebKitDOMCustom.h"
    2121
    22 #include "DOMSettableTokenList.h"
     22#include "DOMTokenList.h"
    2323#include "JSMainThreadExecState.h"
    2424#include "SerializedScriptValue.h"
    25 #include "WebKitDOMDOMSettableTokenListPrivate.h"
    2625#include "WebKitDOMDOMWindowPrivate.h"
    2726#include "WebKitDOMHTMLInputElement.h"
  • trunk/Source/WebCore/html/DOMSettableTokenList.h

    r196123 r196136  
    3333namespace WebCore {
    3434
    35 // Only used by ObjC and GObject bindings.
     35// Only used by ObjC bindings.
    3636class DOMSettableTokenList : public DOMTokenList {
    3737    WTF_MAKE_FAST_ALLOCATED;
  • trunk/Source/WebCore/html/DOMSettableTokenList.idl

    r196123 r196136  
    2323 */
    2424
    25 #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C || defined(LANGUAGE_GOBJECT) && LANGUAGE_GOBJECT
     25#if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
    2626
    2727[
Note: See TracChangeset for help on using the changeset viewer.