Title: [182819] trunk/Source/_javascript_Core
Revision
182819
Author
joep...@webkit.org
Date
2015-04-14 16:45:17 -0700 (Tue, 14 Apr 2015)

Log Message

Unreviewed build fix for Mavericks.

Mavericks includes this file but does not enable ENABLE_REMOTE_INSPECTOR
so the Inspector namespace is not available when compiling this file.

* API/JSRemoteInspector.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/API/JSRemoteInspector.cpp (182818 => 182819)


--- trunk/Source/_javascript_Core/API/JSRemoteInspector.cpp	2015-04-14 23:36:56 UTC (rev 182818)
+++ trunk/Source/_javascript_Core/API/JSRemoteInspector.cpp	2015-04-14 23:45:17 UTC (rev 182819)
@@ -28,10 +28,9 @@
 
 #if ENABLE(REMOTE_INSPECTOR)
 #include "RemoteInspector.h"
+using namespace Inspector;
 #endif
 
-using namespace Inspector;
-
 void JSRemoteInspectorDisableAutoStart(void)
 {
 #if ENABLE(REMOTE_INSPECTOR)

Modified: trunk/Source/_javascript_Core/ChangeLog (182818 => 182819)


--- trunk/Source/_javascript_Core/ChangeLog	2015-04-14 23:36:56 UTC (rev 182818)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-04-14 23:45:17 UTC (rev 182819)
@@ -1,5 +1,14 @@
 2015-04-14  Joseph Pecoraro  <pecor...@apple.com>
 
+        Unreviewed build fix for Mavericks.
+
+        Mavericks includes this file but does not enable ENABLE_REMOTE_INSPECTOR
+        so the Inspector namespace is not available when compiling this file.
+
+        * API/JSRemoteInspector.cpp:
+
+2015-04-14  Joseph Pecoraro  <pecor...@apple.com>
+
         Web Inspector: Expose private APIs to interact with RemoteInspector instead of going through WebKit
         https://bugs.webkit.org/show_bug.cgi?id=143729
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to