Title: [198440] trunk/Source/WebCore
Revision
198440
Author
[email protected]
Date
2016-03-18 12:58:28 -0700 (Fri, 18 Mar 2016)

Log Message

JSDOMGlobalObject.h needs to #include StructureInlines.h.
https://bugs.webkit.org/show_bug.cgi?id=155657

Reviewed by Filip Pizlo.

No new tests needed.  This is a build fix for the Win EWS.

* bindings/js/JSDOMGlobalObject.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (198439 => 198440)


--- trunk/Source/WebCore/ChangeLog	2016-03-18 19:46:38 UTC (rev 198439)
+++ trunk/Source/WebCore/ChangeLog	2016-03-18 19:58:28 UTC (rev 198440)
@@ -1,3 +1,14 @@
+2016-03-18  Mark Lam  <[email protected]>
+
+        JSDOMGlobalObject.h needs to #include StructureInlines.h.
+        https://bugs.webkit.org/show_bug.cgi?id=155657
+
+        Reviewed by Filip Pizlo.
+
+        No new tests needed.  This is a build fix for the Win EWS.
+
+        * bindings/js/JSDOMGlobalObject.h:
+
 2016-03-18  Brent Fulgham  <[email protected]>
 
         Local file restrictions should not block sessionStorage access

Modified: trunk/Source/WebCore/bindings/js/JSDOMGlobalObject.h (198439 => 198440)


--- trunk/Source/WebCore/bindings/js/JSDOMGlobalObject.h	2016-03-18 19:46:38 UTC (rev 198439)
+++ trunk/Source/WebCore/bindings/js/JSDOMGlobalObject.h	2016-03-18 19:58:28 UTC (rev 198440)
@@ -30,6 +30,7 @@
 #include "PlatformExportMacros.h"
 #include "WebCoreJSBuiltinInternals.h"
 #include <runtime/JSGlobalObject.h>
+#include <runtime/StructureInlines.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to