Changeset 74257 in webkit


Ignore:
Timestamp:
Dec 17, 2010 6:15:57 AM (13 years ago)
Author:
benjamin.poulain@nokia.com
Message:

2010-12-17 Benjamin Poulain <benjamin.poulain@nokia.com>

Reviewed by Laszlo Gombos.

The inspector does not compile without JAVASCRIPT_DEBUGGER
https://bugs.webkit.org/show_bug.cgi?id=51246

Fix the build, m_extraHeaders does not depend on JAVASCRIPT_DEBUGGER.

  • inspector/InspectorController.h:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r74256 r74257  
     12010-12-17  Benjamin Poulain  <benjamin.poulain@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        The inspector does not compile without JAVASCRIPT_DEBUGGER
     6        https://bugs.webkit.org/show_bug.cgi?id=51246
     7
     8        Fix the build, m_extraHeaders does not depend on JAVASCRIPT_DEBUGGER.
     9
     10        * inspector/InspectorController.h:
     11
    1122010-12-17  Andrey Kosyakov  <caseq@chromium.org>
    213
  • trunk/WebCore/inspector/InspectorController.h

    r74234 r74257  
    399399
    400400    OwnPtr<InspectorProfilerAgent> m_profilerAgent;
     401#endif
    401402    OwnPtr<HTTPHeaderMap> m_extraHeaders;
    402 #endif
    403403#if ENABLE(WORKERS)
    404404    typedef HashMap<intptr_t, RefPtr<InspectorWorkerResource> > WorkersMap;
Note: See TracChangeset for help on using the changeset viewer.