Skip to content
  • commit-queue@webkit.org's avatar
    [WK2] Remove incorrect use of preprocessor macro in API headers. · 626a076a
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=100722
    
    Patch by Byungwoo Lee <bw80.lee@samsung.com> on 2012-10-30
    Reviewed by Gyuyoung Kim.
    
    Remove the preprocessor macro ENABLE(INSPECTOR) from the WKAPICast.h
    and WKInspector.h.
    
    * UIProcess/API/C/WKAPICast.h:
    (WebKit):
    * UIProcess/API/C/WKInspector.cpp:
    (WKInspectorGetTypeID):
    (WKInspectorGetPage):
    (WKInspectorIsVisible):
    (WKInspectorIsFront):
    (WKInspectorShow):
    (WKInspectorClose):
    (WKInspectorShowConsole):
    (WKInspectorShowResources):
    (WKInspectorShowMainResourceForFrame):
    (WKInspectorIsAttached):
    (WKInspectorAttach):
    (WKInspectorDetach):
    (WKInspectorIsDebuggingJavaScript):
    (WKInspectorToggleJavaScriptDebugging):
    (WKInspectorIsProfilingJavaScript):
    (WKInspectorToggleJavaScriptProfiling):
    (WKInspectorIsProfilingPage):
    (WKInspectorTogglePageProfiling):
    * UIProcess/API/C/WKInspector.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@132875 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    626a076a