Changeset 123873 in webkit


Ignore:
Timestamp:
Jul 27, 2012 6:56:58 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

REGRESSION(r123856): Breaks the build when disabling inspector
https://bugs.webkit.org/show_bug.cgi?id=92493

Patch by Thiago Marcos P. Santos <thiago.santos@intel.com> on 2012-07-27
Reviewed by Kentaro Hara.

  • bindings/js/ScriptGCEvent.h:

(WebCore):

  • bindings/v8/ScriptGCEvent.h:

(WebCore):

Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r123870 r123873  
     12012-07-27  Thiago Marcos P. Santos  <thiago.santos@intel.com>
     2
     3        REGRESSION(r123856): Breaks the build when disabling inspector
     4        https://bugs.webkit.org/show_bug.cgi?id=92493
     5
     6        Reviewed by Kentaro Hara.
     7
     8        * bindings/js/ScriptGCEvent.h:
     9        (WebCore):
     10        * bindings/v8/ScriptGCEvent.h:
     11        (WebCore):
     12
    1132012-07-27  Christophe Dumez  <christophe.dumez@intel.com>
    214
  • trunk/Source/WebCore/bindings/js/ScriptGCEvent.h

    r123856 r123873  
    3232#define ScriptGCEvent_h
    3333
    34 #if ENABLE(INSPECTOR)
    35 
    3634namespace WebCore {
    37 
    38 class ScriptGCEventListener;
    3935
    4036struct HeapInfo {
     
    5147};
    5248
     49#if ENABLE(INSPECTOR)
     50
     51class ScriptGCEventListener;
     52
    5353class ScriptGCEvent
    5454{
     
    5959};
    6060
     61#endif // ENABLE(INSPECTOR)
     62
    6163} // namespace WebCore
    6264
    63 #endif // !ENABLE(INSPECTOR)
    6465#endif // !defined(ScriptGCEvent_h)
  • trunk/Source/WebCore/bindings/v8/ScriptGCEvent.h

    r123856 r123873  
    3232#define ScriptGCEvent_h
    3333
    34 #if ENABLE(INSPECTOR)
    35 
    3634#include "v8.h"
    3735#include <wtf/Vector.h>
    3836
    3937namespace WebCore {
    40 
    41 class ScriptGCEventListener;
    4238
    4339struct HeapInfo {
     
    5450};
    5551
     52#if ENABLE(INSPECTOR)
     53
     54class ScriptGCEventListener;
     55
    5656class ScriptGCEvent
    5757{
     
    6767};
    6868
     69#endif // ENABLE(INSPECTOR)
     70
    6971} // namespace WebCore
    7072
    71 #endif // !ENABLE(INSPECTOR)
    7273#endif // !defined(ScriptGCEvent_h)
Note: See TracChangeset for help on using the changeset viewer.