Changeset 159075 in webkit


Ignore:
Timestamp:
Nov 11, 2013 3:29:19 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Remove #include from test input of the *Messages.in processing scripts.
https://bugs.webkit.org/show_bug.cgi?id=123563

Patch by Gergo Balogh <geryxyz@inf.u-szeged.hu> on 2013-11-11
Reviewed by Darin Adler.

  • Scripts/webkit2/messages_unittest.py:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r159059 r159075  
     12013-11-11  Gergo Balogh  <geryxyz@inf.u-szeged.hu>
     2
     3        Remove #include from test input of the *Messages.in processing scripts.
     4        https://bugs.webkit.org/show_bug.cgi?id=123563
     5
     6        Reviewed by Darin Adler.
     7
     8        * Scripts/webkit2/messages_unittest.py:
     9
    1102013-11-11  Anders Carlsson  <andersca@apple.com>
    211
  • trunk/Source/WebKit2/Scripts/webkit2/messages_unittest.py

    r156420 r159075  
    4848# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    4949# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    50 
    51 #include "config.h"
    5250
    5351#if ENABLE(WEBKIT2)
Note: See TracChangeset for help on using the changeset viewer.