Title: [205286] trunk/Source/WebCore
Revision
205286
Author
o...@webkit.org
Date
2016-09-01 03:11:05 -0700 (Thu, 01 Sep 2016)

Log Message

URTBF after r205161 to fix !ENABLE(WEB_TIMING) build.

* bindings/js/JSPerformanceTimingCustom.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (205285 => 205286)


--- trunk/Source/WebCore/ChangeLog	2016-09-01 09:10:33 UTC (rev 205285)
+++ trunk/Source/WebCore/ChangeLog	2016-09-01 10:11:05 UTC (rev 205286)
@@ -1,3 +1,9 @@
+2016-09-01  Csaba Osztrogonác  <o...@webkit.org>
+
+        URTBF after r205161 to fix !ENABLE(WEB_TIMING) build.
+
+        * bindings/js/JSPerformanceTimingCustom.cpp:
+
 2016-09-01  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         Clean up TextRun-related code

Modified: trunk/Source/WebCore/bindings/js/JSPerformanceTimingCustom.cpp (205285 => 205286)


--- trunk/Source/WebCore/bindings/js/JSPerformanceTimingCustom.cpp	2016-09-01 09:10:33 UTC (rev 205285)
+++ trunk/Source/WebCore/bindings/js/JSPerformanceTimingCustom.cpp	2016-09-01 10:11:05 UTC (rev 205286)
@@ -26,6 +26,8 @@
 #include "config.h"
 #include "JSPerformanceTiming.h"
 
+#if ENABLE(WEB_TIMING)
+
 #include "DOMWrapperWorld.h"
 #include <runtime/IdentifierInlines.h>
 #include <runtime/JSObject.h>
@@ -68,3 +70,5 @@
 }
 
 }
+
+#endif // ENABLE(WEB_TIMING)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to