Drop obsolete DocumentType.entities / notations. Firefox and Chrome already dropped those. We already dropped support for entities and notations so these always return null.
Created attachment 269100 [details] Patch
Comment on attachment 269100 [details] Patch Clearing flags on attachment: 269100 Committed r195157: <http://trac.webkit.org/changeset/195157>
All reviewed patches have been landed. Closing bug.
Comment on attachment 269100 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=269100&action=review > Source/WebCore/dom/DocumentType.h:40 > + // These is needed by native bindings for backward compatibility. “These is needed” -> “These are needed”. I’m not sure that “native bindings” is a clear name for the Objective-C and GTK bindings.
(In reply to comment #4) > Comment on attachment 269100 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=269100&action=review > > > Source/WebCore/dom/DocumentType.h:40 > > + // These is needed by native bindings for backward compatibility. > > “These is needed” -> “These are needed”. > > I’m not sure that “native bindings” is a clear name for the Objective-C and > GTK bindings. Updated comment in <http://trac.webkit.org/changeset/195294>.