Title: [111587] trunk/Source/WebCore
Revision
111587
Author
[email protected]
Date
2012-03-21 11:59:55 -0700 (Wed, 21 Mar 2012)

Log Message

Build fix for !ENABLE(INSPECTOR) after r111005.

* inspector/ContentSearchUtils.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (111586 => 111587)


--- trunk/Source/WebCore/ChangeLog	2012-03-21 18:54:18 UTC (rev 111586)
+++ trunk/Source/WebCore/ChangeLog	2012-03-21 18:59:55 UTC (rev 111587)
@@ -1,3 +1,9 @@
+2012-03-21  Patrick Gansterer  <[email protected]>
+
+        Build fix for !ENABLE(INSPECTOR) after r111005.
+
+        * inspector/ContentSearchUtils.h:
+
 2012-03-21  Ulan Degenbaev  <[email protected]>
 
         [V8] V8GCForContextDispose should indicate whether a context is disposed for the main frame or not

Modified: trunk/Source/WebCore/inspector/ContentSearchUtils.h (111586 => 111587)


--- trunk/Source/WebCore/inspector/ContentSearchUtils.h	2012-03-21 18:54:18 UTC (rev 111586)
+++ trunk/Source/WebCore/inspector/ContentSearchUtils.h	2012-03-21 18:59:55 UTC (rev 111587)
@@ -29,9 +29,10 @@
 #ifndef ContentSearchUtils_h
 #define ContentSearchUtils_h
 
+#if ENABLE(INSPECTOR)
+
 #include "InspectorTypeBuilder.h"
 #include "PlatformString.h"
-
 #include <wtf/Vector.h>
 
 namespace WebCore {
@@ -51,4 +52,6 @@
 } // namespace ContentSearchUtils
 } // namespace WebCore
 
+#endif // ENABLE(INSPECTOR)
+
 #endif // !defined(ContentSearchUtils_h)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to