Title: [208919] trunk/Source/WebCore
Revision
208919
Author
[email protected]
Date
2016-11-18 20:45:47 -0800 (Fri, 18 Nov 2016)

Log Message

Unreviewed attempt to fix the build after r208917.

* dom/CustomElementReactionQueue.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208918 => 208919)


--- trunk/Source/WebCore/ChangeLog	2016-11-19 04:38:59 UTC (rev 208918)
+++ trunk/Source/WebCore/ChangeLog	2016-11-19 04:45:47 UTC (rev 208919)
@@ -1,3 +1,9 @@
+2016-11-18  Chris Dumez  <[email protected]>
+
+        Unreviewed attempt to fix the build after r208917.
+
+        * dom/CustomElementReactionQueue.cpp:
+
 2016-11-18  Jiewen Tan  <[email protected]>
 
         Update SubtleCrypto::decrypt to match the latest spec

Modified: trunk/Source/WebCore/dom/CustomElementReactionQueue.cpp (208918 => 208919)


--- trunk/Source/WebCore/dom/CustomElementReactionQueue.cpp	2016-11-19 04:38:59 UTC (rev 208918)
+++ trunk/Source/WebCore/dom/CustomElementReactionQueue.cpp	2016-11-19 04:45:47 UTC (rev 208919)
@@ -37,6 +37,7 @@
 #include <heap/Heap.h>
 #include <wtf/Optional.h>
 #include <wtf/Ref.h>
+#include <wtf/TemporaryChange.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to