It is a mandatory step before moving core code to WTF.
Created attachment 162715 [details] Patch
Comment on attachment 162715 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=162715&action=review > Source/WebCore/dom/MemoryInstrumentation.h:35 > +#include <stdio.h> Remove this.
Created attachment 162718 [details] Patch
Comment on attachment 162718 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=162718&action=review > Source/WebCore/dom/MemoryInstrumentation.h:203 > + MemoryClassInfo(MemoryObjectInfo* memoryObjectInfo, const T*, MemoryObjectType objectType = 0, size_t actualSize = 0) objectType = 0 -> objectType = GenericMemoryTypes::Undefined
Committed r127856: <http://trac.webkit.org/changeset/127856>