Title: [205091] trunk/Source/_javascript_Core
Revision
205091
Author
[email protected]
Date
2016-08-27 17:15:53 -0700 (Sat, 27 Aug 2016)

Log Message

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

Patch by Don Olmstead <[email protected]> on 2016-08-27
Reviewed by Darin Adler.

* inspector/JSGlobalObjectInspectorController.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (205090 => 205091)


--- trunk/Source/_javascript_Core/ChangeLog	2016-08-28 00:14:22 UTC (rev 205090)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-08-28 00:15:53 UTC (rev 205091)
@@ -1,3 +1,12 @@
+2016-08-27  Don Olmstead  <[email protected]>
+
+        Unused cxxabi.h include in JSGlobalObjectInspectorController.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=161120
+
+        Reviewed by Darin Adler.
+
+        * inspector/JSGlobalObjectInspectorController.cpp:
+
 2016-08-26  Sam Weinig  <[email protected]>
 
         Remove support for ENABLE_LEGACY_WEB_AUDIO

Modified: trunk/Source/_javascript_Core/inspector/JSGlobalObjectInspectorController.cpp (205090 => 205091)


--- trunk/Source/_javascript_Core/inspector/JSGlobalObjectInspectorController.cpp	2016-08-28 00:14:22 UTC (rev 205090)
+++ trunk/Source/_javascript_Core/inspector/JSGlobalObjectInspectorController.cpp	2016-08-28 00:15:53 UTC (rev 205091)
@@ -48,8 +48,8 @@
 #include "ScriptCallStackFactory.h"
 #include <wtf/Stopwatch.h>
 
+#if OS(DARWIN) || (OS(LINUX) && !PLATFORM(GTK))
 #include <cxxabi.h>
-#if OS(DARWIN) || (OS(LINUX) && !PLATFORM(GTK))
 #include <dlfcn.h>
 #include <execinfo.h>
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to