Changeset 64823 in webkit


Ignore:
Timestamp:
Aug 6, 2010 1:45:03 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-08-06 Rafael Antognolli <antognolli@profusion.mobi>

Unreviewed build fix.

[EFL] Regression (64735) build fix for efl.
https://bugs.webkit.org/show_bug.cgi?id=43564

Removing bindings/js/ScriptArray.cpp from the WebCore_SOURCES.
No new features, so no new tests.

  • CMakeLists.txt:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/CMakeLists.txt

    r64793 r64823  
    675675    bindings/js/JSXSLTProcessorCustom.cpp
    676676    bindings/js/ScheduledAction.cpp
    677     bindings/js/ScriptArray.cpp
    678677    bindings/js/ScriptCachedFrameData.cpp
    679678    bindings/js/ScriptCallFrame.cpp
  • trunk/WebCore/ChangeLog

    r64820 r64823  
     12010-08-06  Rafael Antognolli  <antognolli@profusion.mobi>
     2
     3        Unreviewed build fix.
     4
     5        [EFL] Regression (64735) build fix for efl.
     6        https://bugs.webkit.org/show_bug.cgi?id=43564
     7
     8        Removing bindings/js/ScriptArray.cpp from the WebCore_SOURCES.
     9        No new features, so no new tests.
     10
     11        * CMakeLists.txt:
     12
    1132010-08-05  Alexey Proskuryakov  <ap@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.