Changeset 108984 in webkit


Ignore:
Timestamp:
Feb 27, 2012 4:04:38 AM (12 years ago)
Author:
Patrick Gansterer
Message:

[CMake] Build fix after r108709.

  • CMakeLists.txt: Move DOMWindowSVG.idl to the other IDL files.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

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

    r108976 r108984  
    17221722        rendering/svg/SVGTextQuery.cpp
    17231723        svg/ColorDistance.cpp
    1724         svg/DOMWindowSVG.idl
    17251724        svg/SVGAElement.cpp
    17261725        svg/SVGAltGlyphDefElement.cpp
     
    18901889    # during DOM binding generation. See <https://bugs.webkit.org/show_bug.cgi?id=72773>.
    18911890    SET(SVG_IDL_FILES
     1891        svg/DOMWindowSVG.idl
    18921892        svg/SVGAElement.idl
    18931893        svg/SVGAltGlyphDefElement.idl
  • trunk/Source/WebCore/ChangeLog

    r108983 r108984  
     12012-02-27  Patrick Gansterer  <paroga@webkit.org>
     2
     3        [CMake] Build fix after r108709.
     4
     5        * CMakeLists.txt: Move DOMWindowSVG.idl to the other IDL files.
     6
    172012-02-27  Ilya Tikhonovsky  <loislo@chromium.org>
    28
Note: See TracChangeset for help on using the changeset viewer.