Title: [198182] trunk/Source/WebCore
Revision
198182
Author
wei...@apple.com
Date
2016-03-14 18:21:08 -0700 (Mon, 14 Mar 2016)

Log Message

Fix the windows build.

* page/UserContentController.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (198181 => 198182)


--- trunk/Source/WebCore/ChangeLog	2016-03-15 00:59:57 UTC (rev 198181)
+++ trunk/Source/WebCore/ChangeLog	2016-03-15 01:21:08 UTC (rev 198182)
@@ -1,5 +1,11 @@
 2016-03-14  Sam Weinig  <s...@webkit.org>
 
+        Fix the windows build.
+
+        * page/UserContentController.cpp:
+
+2016-03-14  Sam Weinig  <s...@webkit.org>
+
         Add a baseURL parameter to _WKUserStyleSheet
         https://bugs.webkit.org/show_bug.cgi?id=155219
 

Modified: trunk/Source/WebCore/page/UserContentController.cpp (198181 => 198182)


--- trunk/Source/WebCore/page/UserContentController.cpp	2016-03-15 00:59:57 UTC (rev 198181)
+++ trunk/Source/WebCore/page/UserContentController.cpp	2016-03-15 01:21:08 UTC (rev 198182)
@@ -1,4 +1,4 @@
-/*
+ /*
  * Copyright (C) 2014-2015 Apple Inc. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -29,6 +29,8 @@
 #include "DOMWrapperWorld.h"
 #include "UserScript.h"
 #include "UserStyleSheet.h"
+#include <runtime/JSCellInlines.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