Title: [205172] trunk/Source/WebCore
Revision
205172
Author
[email protected]
Date
2016-08-29 22:56:25 -0700 (Mon, 29 Aug 2016)

Log Message

Fix Windows build after r205161

* bindings/js/JSPerformanceTimingCustom.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (205171 => 205172)


--- trunk/Source/WebCore/ChangeLog	2016-08-30 05:24:13 UTC (rev 205171)
+++ trunk/Source/WebCore/ChangeLog	2016-08-30 05:56:25 UTC (rev 205172)
@@ -1,3 +1,9 @@
+2016-08-29  Alex Christensen  <[email protected]>
+
+        Fix Windows build after r205161
+
+        * bindings/js/JSPerformanceTimingCustom.cpp:
+
 2016-08-29  Chris Dumez  <[email protected]>
 
         We should throw a SecurityError when denying setting a cross-origin Location property

Modified: trunk/Source/WebCore/bindings/js/JSPerformanceTimingCustom.cpp (205171 => 205172)


--- trunk/Source/WebCore/bindings/js/JSPerformanceTimingCustom.cpp	2016-08-30 05:24:13 UTC (rev 205171)
+++ trunk/Source/WebCore/bindings/js/JSPerformanceTimingCustom.cpp	2016-08-30 05:56:25 UTC (rev 205172)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "JSPerformanceTiming.h"
 
+#include "DOMWrapperWorld.h"
 #include <runtime/IdentifierInlines.h>
 #include <runtime/JSObject.h>
 #include <runtime/ObjectConstructor.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to