Ignore:
Timestamp:
Jan 9, 2015, 11:27:50 AM (11 years ago)
Author:
Csaba Osztrogonác
Message:

REGRESSION(r177925): It broke the !ENABLE(INSPECTOR) build
https://bugs.webkit.org/show_bug.cgi?id=140098

Reviewed by Brian Burg.

Source/JavaScriptCore:

  • inspector/InspectorBackendDispatcher.h: Missing ENABLE(INSPECTOR) guard added.

Source/WebCore:

  • inspector/InspectorInstrumentationCookie.cpp: Removed ENABLE(INSPECTOR) guard,

becaue InspectorInstrumentationCookie is used everywhere unconditionally.

  • inspector/InspectorInstrumentationCookie.h: Removed ENABLE(INSPECTOR) guard.
  • loader/appcache/ApplicationCacheGroup.h: Removed ENABLE(INSPECTOR) guard around

m_currentResourceIdentifier, because it is used unconditionally in the cpp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r178145 r178177  
     12015-01-09  Csaba Osztrogonác  <[email protected]>
     2
     3        REGRESSION(r177925): It broke the !ENABLE(INSPECTOR) build
     4        https://bugs.webkit.org/show_bug.cgi?id=140098
     5
     6        Reviewed by Brian Burg.
     7
     8        * inspector/InspectorBackendDispatcher.h: Missing ENABLE(INSPECTOR) guard added.
     9
    1102015-01-08  Mark Lam  <[email protected]>
    211
Note: See TracChangeset for help on using the changeset viewer.