Title: [188409] trunk/Source/WebCore
Revision
188409
Author
bfulg...@apple.com
Date
2015-08-13 15:31:21 -0700 (Thu, 13 Aug 2015)

Log Message

[Win] More build fixes.

* dom/make_event_factory.pl:
(generateImplementation):
* page/CaptionUserPreferences.cpp:
* page/PageGroup.cpp:
* page/UserContentController.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (188408 => 188409)


--- trunk/Source/WebCore/ChangeLog	2015-08-13 22:27:33 UTC (rev 188408)
+++ trunk/Source/WebCore/ChangeLog	2015-08-13 22:31:21 UTC (rev 188409)
@@ -1,3 +1,13 @@
+2015-08-13  Brent Fulgham  <bfulg...@apple.com>
+
+        [Win] More build fixes.
+
+        * dom/make_event_factory.pl:
+        (generateImplementation):
+        * page/CaptionUserPreferences.cpp:
+        * page/PageGroup.cpp:
+        * page/UserContentController.cpp:
+
 2015-08-13  Wenson Hsieh  <wenson_hs...@apple.com>
 
         A focused node should not be assisted when handling touch events synchronously

Modified: trunk/Source/WebCore/dom/make_event_factory.pl (188408 => 188409)


--- trunk/Source/WebCore/dom/make_event_factory.pl	2015-08-13 22:27:33 UTC (rev 188408)
+++ trunk/Source/WebCore/dom/make_event_factory.pl	2015-08-13 22:31:21 UTC (rev 188409)
@@ -86,6 +86,7 @@
     print F "#include \"${namespace}Factory.h\"\n";
     print F "\n";
     print F "#include \"${namespace}Headers.h\"\n";
+    print F "#include <runtime/StructureInlines.h>\n";
     print F "\n";
     print F "namespace WebCore {\n";
     print F "\n";

Modified: trunk/Source/WebCore/page/CaptionUserPreferences.cpp (188408 => 188409)


--- trunk/Source/WebCore/page/CaptionUserPreferences.cpp	2015-08-13 22:27:33 UTC (rev 188408)
+++ trunk/Source/WebCore/page/CaptionUserPreferences.cpp	2015-08-13 22:31:21 UTC (rev 188409)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Apple Inc. All rights reserved.
+ * Copyright (C) 2013, 2015 Apple Inc. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -30,6 +30,7 @@
 
 #include "AudioTrackList.h"
 #include "DOMWrapperWorld.h"
+#include "JSCellInlines.h"
 #include "Page.h"
 #include "PageGroup.h"
 #include "Settings.h"
@@ -38,6 +39,7 @@
 #include "UserContentTypes.h"
 #include "UserStyleSheet.h"
 #include "UserStyleSheetTypes.h"
+#include <runtime/StructureInlines.h>
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/page/PageGroup.cpp (188408 => 188409)


--- trunk/Source/WebCore/page/PageGroup.cpp	2015-08-13 22:27:33 UTC (rev 188408)
+++ trunk/Source/WebCore/page/PageGroup.cpp	2015-08-13 22:31:21 UTC (rev 188409)
@@ -37,6 +37,7 @@
 #include "SecurityOrigin.h"
 #include "Settings.h"
 #include "StorageNamespace.h"
+#include <runtime/StructureInlines.h>
 #include <wtf/StdLibExtras.h>
 
 #if ENABLE(VIDEO_TRACK)

Modified: trunk/Source/WebCore/page/UserContentController.cpp (188408 => 188409)


--- trunk/Source/WebCore/page/UserContentController.cpp	2015-08-13 22:27:33 UTC (rev 188408)
+++ trunk/Source/WebCore/page/UserContentController.cpp	2015-08-13 22:31:21 UTC (rev 188409)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014, 2015 Apple Inc. All rights reserved.
+ * Copyright (C) 2014-2015 Apple Inc. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "UserContentController.h"
 
+#include "JSCellInlines.h"
 #include "DOMWrapperWorld.h"
 #include "Document.h"
 #include "MainFrame.h"
@@ -33,6 +34,7 @@
 #include "ResourceLoadInfo.h"
 #include "UserScript.h"
 #include "UserStyleSheet.h"
+#include <runtime/StructureInlines.h>
 
 #if ENABLE(USER_MESSAGE_HANDLERS)
 #include "UserMessageHandlerDescriptor.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to