Changeset 88932 in webkit


Ignore:
Timestamp:
Jun 15, 2011 8:08:01 AM (13 years ago)
Author:
steveblock@google.com
Message:

2011-06-15 Steve Block <steveblock@google.com>

Reviewed by Tony Gentilcore.

V8PerformanceCustom.cpp lacks WEB_TIMING guards
https://bugs.webkit.org/show_bug.cgi?id=62689

No new tests, build fix only.

  • bindings/v8/custom/V8PerformanceCustom.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r88931 r88932  
     12011-06-15  Steve Block  <steveblock@google.com>
     2
     3        Reviewed by Tony Gentilcore.
     4
     5        V8PerformanceCustom.cpp lacks WEB_TIMING guards
     6        https://bugs.webkit.org/show_bug.cgi?id=62689
     7
     8        No new tests, build fix only.
     9
     10        * bindings/v8/custom/V8PerformanceCustom.cpp:
     11
    1122011-06-15  Sheriff Bot  <webkit.review.bot@gmail.com>
    213
  • trunk/Source/WebCore/bindings/v8/custom/V8PerformanceCustom.cpp

    r74795 r88932  
    3333#include "V8Performance.h"
    3434
     35#if ENABLE(WEB_TIMING)
     36
    3537#include "Performance.h"
    3638#include "V8Binding.h"
     
    4850
    4951} // namespace WebCore
     52
     53#endif // ENABLE(WEB_TIMING)
Note: See TracChangeset for help on using the changeset viewer.