Add logging for EditorState in RemoteLayerTree transactions
Created attachment 328663 [details] Patch
Comment on attachment 328663 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=328663&action=review > Source/WebKit/Shared/EditorState.cpp:240 > + if (editorState.postLayoutData().typingAttributes != AttributeNone) This probably should only try to dump post layout data if !isMissingPostLayoutData. Otherwise, it'll hit an assertion in debug builds.
https://trac.webkit.org/r225651
<rdar://problem/35922667>