Changeset 51136 in webkit


Ignore:
Timestamp:
Nov 18, 2009 2:25:39 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-18 Nicolas Roard <nicolas@roard.com>

Reviewed by Dimitri Glazkov.

InspectorTimelineAgent.h should be guarded by ENABLE(INSPECTOR)
https://bugs.webkit.org/show_bug.cgi?id=31504

  • inspector/InspectorTimelineAgent.h:Added the guard.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r51135 r51136  
     12009-11-18  Nicolas Roard   <nicolas@roard.com>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        InspectorTimelineAgent.h should be guarded by ENABLE(INSPECTOR)
     6        https://bugs.webkit.org/show_bug.cgi?id=31504
     7
     8        * inspector/InspectorTimelineAgent.h:Added the guard.
     9
    1102009-11-18  Jens Alfke  <snej@chromium.org>
    211
  • trunk/WebCore/inspector/InspectorTimelineAgent.h

    r50515 r51136  
    3131#ifndef InspectorTimelineAgent_h
    3232#define InspectorTimelineAgent_h
     33
     34#if ENABLE(INSPECTOR)
    3335
    3436#include "Document.h"
     
    138140} // namespace WebCore
    139141
     142#endif // !ENABLE(INSPECTOR)
    140143#endif // !defined(InspectorTimelineAgent_h)
Note: See TracChangeset for help on using the changeset viewer.