Title: [88932] trunk/Source/WebCore
Revision
88932
Author
[email protected]
Date
2011-06-15 08:08:01 -0700 (Wed, 15 Jun 2011)

Log Message

2011-06-15  Steve Block  <[email protected]>

        Reviewed by Tony Gentilcore.

        V8PerformanceCustom.cpp lacks WEB_TIMING guards
        https://bugs.webkit.org/show_bug.cgi?id=62689

        No new tests, build fix only.

        * bindings/v8/custom/V8PerformanceCustom.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88931 => 88932)


--- trunk/Source/WebCore/ChangeLog	2011-06-15 14:57:39 UTC (rev 88931)
+++ trunk/Source/WebCore/ChangeLog	2011-06-15 15:08:01 UTC (rev 88932)
@@ -1,3 +1,14 @@
+2011-06-15  Steve Block  <[email protected]>
+
+        Reviewed by Tony Gentilcore.
+
+        V8PerformanceCustom.cpp lacks WEB_TIMING guards
+        https://bugs.webkit.org/show_bug.cgi?id=62689
+
+        No new tests, build fix only.
+
+        * bindings/v8/custom/V8PerformanceCustom.cpp:
+
 2011-06-15  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r88916.

Modified: trunk/Source/WebCore/bindings/v8/custom/V8PerformanceCustom.cpp (88931 => 88932)


--- trunk/Source/WebCore/bindings/v8/custom/V8PerformanceCustom.cpp	2011-06-15 14:57:39 UTC (rev 88931)
+++ trunk/Source/WebCore/bindings/v8/custom/V8PerformanceCustom.cpp	2011-06-15 15:08:01 UTC (rev 88932)
@@ -32,6 +32,8 @@
 
 #include "V8Performance.h"
 
+#if ENABLE(WEB_TIMING)
+
 #include "Performance.h"
 #include "V8Binding.h"
 #include "V8BindingMacros.h"
@@ -47,3 +49,5 @@
 }
 
 } // namespace WebCore
+
+#endif // ENABLE(WEB_TIMING)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to