Changeset 205091 in webkit


Ignore:
Timestamp:
Aug 27, 2016 5:15:53 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

Unused cxxabi.h include in JSGlobalObjectInspectorController.cpp
https://bugs.webkit.org/show_bug.cgi?id=161120

Patch by Don Olmstead <don.olmstead@am.sony.com> on 2016-08-27
Reviewed by Darin Adler.

  • inspector/JSGlobalObjectInspectorController.cpp:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r205065 r205091  
     12016-08-27  Don Olmstead  <don.olmstead@am.sony.com>
     2
     3        Unused cxxabi.h include in JSGlobalObjectInspectorController.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=161120
     5
     6        Reviewed by Darin Adler.
     7
     8        * inspector/JSGlobalObjectInspectorController.cpp:
     9
    1102016-08-26  Sam Weinig  <sam@webkit.org>
    211
  • trunk/Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp

    r205033 r205091  
    4949#include <wtf/Stopwatch.h>
    5050
     51#if OS(DARWIN) || (OS(LINUX) && !PLATFORM(GTK))
    5152#include <cxxabi.h>
    52 #if OS(DARWIN) || (OS(LINUX) && !PLATFORM(GTK))
    5353#include <dlfcn.h>
    5454#include <execinfo.h>
Note: See TracChangeset for help on using the changeset viewer.