Title: [204655] trunk/Source/WebCore
Revision
204655
Author
[email protected]
Date
2016-08-19 14:55:55 -0700 (Fri, 19 Aug 2016)

Log Message

Attempt to fix the Windows build after r204652.

Unreviewed build fix.

* dom/DOMAllInOne.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (204654 => 204655)


--- trunk/Source/WebCore/ChangeLog	2016-08-19 21:47:43 UTC (rev 204654)
+++ trunk/Source/WebCore/ChangeLog	2016-08-19 21:55:55 UTC (rev 204655)
@@ -1,3 +1,11 @@
+2016-08-19  Ryan Haddad  <[email protected]>
+
+        Attempt to fix the Windows build after r204652.
+
+        Unreviewed build fix.
+
+        * dom/DOMAllInOne.cpp:
+
 2016-08-19  Myles C. Maxfield  <[email protected]>
 
         Migrate from ints to unsigneds in a few more places in rendering code

Modified: trunk/Source/WebCore/dom/DOMAllInOne.cpp (204654 => 204655)


--- trunk/Source/WebCore/dom/DOMAllInOne.cpp	2016-08-19 21:47:43 UTC (rev 204654)
+++ trunk/Source/WebCore/dom/DOMAllInOne.cpp	2016-08-19 21:55:55 UTC (rev 204655)
@@ -92,7 +92,7 @@
 #include "IdTargetObserverRegistry.cpp"
 #include "InlineStyleSheetOwner.cpp"
 #include "KeyboardEvent.cpp"
-#include "LifecycleCallbackQueue.cpp"
+#include "CustomElementReactionQueue.cpp"
 #include "LiveNodeList.cpp"
 #include "MessageChannel.cpp"
 #include "MessageEvent.cpp"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to