Inherits WeakGCMap from Noncopyable because it is instantiated by 'new' at: WebCore/dom/Document.cpp:512 and don't need to be copyable.
Created attachment 44861 [details] proposed patch
style-queue ran check-webkit-style on attachment 44861 [details] without any errors.
Comment on attachment 44861 [details] proposed patch HashMap is copyable, so Iām not sure why we would treat this as noncopyable. Please use FastAllocBase instead.
Created attachment 44887 [details] updated to FastAllocBase I chose Noncopyable because it is copied nowhere now, okay I filed the FastAllocBase-d version!
style-queue ran check-webkit-style on attachment 44887 [details] without any errors.
Comment on attachment 44887 [details] updated to FastAllocBase Clearing flags on attachment: 44887 Committed r52171: <http://trac.webkit.org/changeset/52171>
All reviewed patches have been landed. Closing bug.