Title: [218778] trunk/Source/WebCore
- Revision
- 218778
- Author
- [email protected]
- Date
- 2017-06-23 18:25:54 -0700 (Fri, 23 Jun 2017)
Log Message
Attempt to fix an internal build after r218755.
* bindings/js/JSMainThreadExecStateInstrumentation.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (218777 => 218778)
--- trunk/Source/WebCore/ChangeLog 2017-06-24 00:35:20 UTC (rev 218777)
+++ trunk/Source/WebCore/ChangeLog 2017-06-24 01:25:54 UTC (rev 218778)
@@ -1,3 +1,9 @@
+2017-06-23 Simon Fraser <[email protected]>
+
+ Attempt to fix an internal build after r218755.
+
+ * bindings/js/JSMainThreadExecStateInstrumentation.h:
+
2017-06-23 Chris Dumez <[email protected]>
Add release assertion to make sure callbackIdentifier is not 0 in DocumentLoader::finishedLoadingIcon()
Modified: trunk/Source/WebCore/bindings/js/JSMainThreadExecStateInstrumentation.h (218777 => 218778)
--- trunk/Source/WebCore/bindings/js/JSMainThreadExecStateInstrumentation.h 2017-06-24 00:35:20 UTC (rev 218777)
+++ trunk/Source/WebCore/bindings/js/JSMainThreadExecStateInstrumentation.h 2017-06-24 01:25:54 UTC (rev 218778)
@@ -28,6 +28,7 @@
#include "InspectorInstrumentation.h"
#include "JSMainThreadExecState.h"
+#include <runtime/FunctionExecutable.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes