Changeset 33439 in webkit


Ignore:
Timestamp:
May 14, 2008 5:53:27 AM (16 years ago)
Author:
Simon Hausmann
Message:

2008-05-14 Ariya Hidayat <ariya.hidayat@trolltech.com>

Reviewed by Simon.

Qt build fix. Add JavaScriptCallFrame.{idl,cpp} to the build.

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r33431 r33439  
     12008-05-14  Ariya Hidayat  <ariya.hidayat@trolltech.com>
     2
     3        Reviewed by Simon.
     4
     5        Qt build fix. Add JavaScriptCallFrame.{idl,cpp} to the build.
     6
     7        * WebCore.pro:
     8
    192008-05-13  Dan Bernstein  <mitz@apple.com>
    210
  • trunk/WebCore/WebCore.pro

    r33376 r33439  
    399399    page/DOMWindow.idl \
    400400    page/History.idl \
     401    page/JavaScriptCallFrame.idl \
    401402    page/Location.idl \
    402403    page/Screen.idl \
     
    788789    page/History.cpp \
    789790    page/InspectorController.cpp \
     791    page/JavaScriptCallFrame.cpp \
    790792    page/JavaScriptDebugServer.cpp \
    791793    page/Location.cpp \
Note: See TracChangeset for help on using the changeset viewer.