CSS mode has done away with state.stack to track the mode hierarchy and instead uses a linked object structure. Pretty Printing and other CodeMirror helpers/addons are broken as a result and need to be updated for the new structure.
<rdar://problem/16718309>
Created attachment 230645 [details] [PATCH] Proposed Fix: Change to CodeMirror controllers and additions. Carefully went through and changed references to tokens and states appropriately.
Looks good to me. I'd like Joe to take a look too.
Comment on attachment 230645 [details] [PATCH] Proposed Fix: Change to CodeMirror controllers and additions. Looks good to me
Comment on attachment 230645 [details] [PATCH] Proposed Fix: Change to CodeMirror controllers and additions. Clearing flags on attachment: 230645 Committed r168170: <http://trac.webkit.org/changeset/168170>
All reviewed patches have been landed. Closing bug.