+2018-11-14 Devin Rousso <drousso@apple.com>
+
+ Web Inspector: Canvas: send a call stack with each action instead of an array of call frames
+ https://bugs.webkit.org/show_bug.cgi?id=191628
+
+ Reviewed by Dean Jackson.
+
+ Updated existing test: inspector/model/recording.html
+
+ * inspector/InspectorCanvas.h:
+ * inspector/InspectorCanvas.cpp:
+ (WebCore::InspectorCanvas::indexForData):
+ (WebCore::InspectorCanvas::buildInitialState):
+ (WebCore::InspectorCanvas::buildAction):
+ Drive-by: prevent de-duplicated objects from being destroyed while recording.
+
2018-11-14 Stephan Szabo <stephan.szabo@sony.com>
[Win] Compile Service Worker support